tag | line | file | source code |
strict_route | 55 | include/linux/ip.h | struct route strict_route; |
strict_route | 290 | net/inet/ip.c | opt->strict_route.route_size = 0; |
strict_route | 346 | net/inet/ip.c | opt->strict_route.route_size = (*buff -3)/4; |
strict_route | 349 | net/inet/ip.c | opt->strict_route.pointer = *buff/4 - 1; |
strict_route | 352 | net/inet/ip.c | for (i = 0; i < opt->strict_route.route_size; i++) { |
strict_route | 355 | net/inet/ip.c | opt->strict_route.route[i] = *(unsigned long *)buff; |
strict_route | 403 | net/inet/ip.c | if (opt->strict_route.route_size != 0) { |
strict_route | 404 | net/inet/ip.c | memcpy(&(opt->record_route), &(opt->strict_route), |
strict_route | 412 | net/inet/ip.c | if (opt->strict_route.route_size != 0 && |
strict_route | 413 | net/inet/ip.c | opt->strict_route.route_size != opt->strict_route.pointer) { |
strict_route | 414 | net/inet/ip.c | strict_route(iph, opt); |