tag | line | file | source code |
strict_route | 55 | include/linux/ip.h | struct route strict_route; |
strict_route | 285 | net/inet/ip.c | opt->strict_route.route_size = 0; |
strict_route | 341 | net/inet/ip.c | opt->strict_route.route_size = (*buff -3)/4; |
strict_route | 344 | net/inet/ip.c | opt->strict_route.pointer = *buff/4 - 1; |
strict_route | 347 | net/inet/ip.c | for (i = 0; i < opt->strict_route.route_size; i++) { |
strict_route | 350 | net/inet/ip.c | opt->strict_route.route[i] = *(unsigned long *)buff; |
strict_route | 398 | net/inet/ip.c | if (opt->strict_route.route_size != 0) { |
strict_route | 399 | net/inet/ip.c | memcpy(&(opt->record_route), &(opt->strict_route), |
strict_route | 407 | net/inet/ip.c | if (opt->strict_route.route_size != 0 && |
strict_route | 408 | net/inet/ip.c | opt->strict_route.route_size != opt->strict_route.pointer) { |
strict_route | 409 | net/inet/ip.c | strict_route(iph, opt); |