taglinefilesource code
route54include/linux/ip.hunsigned long route[MAX_ROUTE];
route127include/linux/mroute.hstruct route   *rt_cache;    /* Tunnel route cache */
route171net/ax25/ax25_route.cstruct ax25_routes_struct route;
route177net/ax25/ax25_route.cif ((err = verify_area(VERIFY_READ, arg, sizeof(route))) != 0)
route179net/ax25/ax25_route.cmemcpy_fromfs(&route, arg, sizeof(route));
route180net/ax25/ax25_route.cif ((dev = ax25rtr_get_dev(&route.port_addr)) == NULL)
route182net/ax25/ax25_route.cif (route.digi_count > AX25_MAX_DIGIS)
route185net/ax25/ax25_route.cif (ax25cmp(&ax25_rt->callsign, &route.dest_addr) == 0 && ax25_rt->dev == dev) {
route190net/ax25/ax25_route.cif (route.digi_count != 0) {
route194net/ax25/ax25_route.cax25_rt->digipeat->ndigi      = route.digi_count;
route195net/ax25/ax25_route.cfor (i = 0; i < route.digi_count; i++) {
route197net/ax25/ax25_route.cax25_rt->digipeat->calls[i]    = route.digi_addr[i];
route206net/ax25/ax25_route.cax25_rt->callsign     = route.dest_addr;
route212net/ax25/ax25_route.cif (route.digi_count != 0) {
route218net/ax25/ax25_route.cax25_rt->digipeat->ndigi      = route.digi_count;
route219net/ax25/ax25_route.cfor (i = 0; i < route.digi_count; i++) {
route221net/ax25/ax25_route.cax25_rt->digipeat->calls[i]    = route.digi_addr[i];
route232net/ax25/ax25_route.cif ((err = verify_area(VERIFY_READ, arg, sizeof(route))) != 0)
route234net/ax25/ax25_route.cmemcpy_fromfs(&route, arg, sizeof(route));
route235net/ax25/ax25_route.cif ((dev = ax25rtr_get_dev(&route.port_addr)) == NULL)
route241net/ax25/ax25_route.cif (s->dev == dev && ax25cmp(&route.dest_addr, &s->callsign) == 0) {