| tag | line | file | source code |
| route | 57 | include/linux/ip.h | unsigned long route[MAX_ROUTE]; |
| route | 62 | include/linux/ip.h | struct route record_route; |
| route | 63 | include/linux/ip.h | struct route loose_route; |
| route | 64 | include/linux/ip.h | struct route strict_route; |
| route | 125 | include/linux/mroute.h | struct route *rt_cache; /* Tunnel route cache */ |
| route | 171 | net/ax25/ax25_route.c | struct ax25_routes_struct route; |
| route | 177 | net/ax25/ax25_route.c | if ((err = verify_area(VERIFY_READ, arg, sizeof(route))) != 0) |
| route | 179 | net/ax25/ax25_route.c | memcpy_fromfs(&route, arg, sizeof(route)); |
| route | 180 | net/ax25/ax25_route.c | if ((dev = ax25rtr_get_dev(&route.port_addr)) == NULL) |
| route | 182 | net/ax25/ax25_route.c | if (route.digi_count > 6) |
| route | 185 | net/ax25/ax25_route.c | if (ax25cmp(&ax25_rt->callsign, &route.dest_addr) == 0 && ax25_rt->dev == dev) { |
| route | 190 | net/ax25/ax25_route.c | if (route.digi_count != 0) { |
| route | 194 | net/ax25/ax25_route.c | ax25_rt->digipeat->ndigi = route.digi_count; |
| route | 195 | net/ax25/ax25_route.c | for (i = 0; i < route.digi_count; i++) { |
| route | 197 | net/ax25/ax25_route.c | ax25_rt->digipeat->calls[i] = route.digi_addr[i]; |
| route | 206 | net/ax25/ax25_route.c | ax25_rt->callsign = route.dest_addr; |
| route | 212 | net/ax25/ax25_route.c | if (route.digi_count != 0) { |
| route | 218 | net/ax25/ax25_route.c | ax25_rt->digipeat->ndigi = route.digi_count; |
| route | 219 | net/ax25/ax25_route.c | for (i = 0; i < route.digi_count; i++) { |
| route | 221 | net/ax25/ax25_route.c | ax25_rt->digipeat->calls[i] = route.digi_addr[i]; |
| route | 232 | net/ax25/ax25_route.c | if ((err = verify_area(VERIFY_READ, arg, sizeof(route))) != 0) |
| route | 234 | net/ax25/ax25_route.c | memcpy_fromfs(&route, arg, sizeof(route)); |
| route | 235 | net/ax25/ax25_route.c | if ((dev = ax25rtr_get_dev(&route.port_addr)) == NULL) |
| route | 241 | net/ax25/ax25_route.c | if (s->dev == dev && ax25cmp(&route.dest_addr, &s->callsign) == 0) { |