107108109110111112113114115116117
// The device has not been send, figure out the route ourselves. // First lets try to find a route final IPv4Route route; route = findRoute(hdr, skbuf); route.incUseCount(); // Get the device dev = route.getDevice(); api = route.getDeviceAPI();