| tag | line | file | source code |
| strict_route | 64 | include/linux/ip.h | struct route strict_route; |
| strict_route | 321 | net/inet/ip.c | opt->strict_route.route_size = 0; |
| strict_route | 377 | net/inet/ip.c | opt->strict_route.route_size = (*buff -3)/4; |
| strict_route | 380 | net/inet/ip.c | opt->strict_route.pointer = *buff/4 - 1; |
| strict_route | 383 | net/inet/ip.c | for (i = 0; i < opt->strict_route.route_size; i++) { |
| strict_route | 386 | net/inet/ip.c | opt->strict_route.route[i] = *(unsigned long *)buff; |
| strict_route | 434 | net/inet/ip.c | if (opt->strict_route.route_size != 0) { |
| strict_route | 435 | net/inet/ip.c | memcpy(&(opt->record_route), &(opt->strict_route), |
| strict_route | 443 | net/inet/ip.c | if (opt->strict_route.route_size != 0 && |
| strict_route | 444 | net/inet/ip.c | opt->strict_route.route_size != opt->strict_route.pointer) { |
| strict_route | 445 | net/inet/ip.c | strict_route(iph, opt); |