tag | line | file | source code |
rt_stamp | 54 | include/net/route.h | extern unsigned long rt_stamp; |
rt_stamp | 2399 | net/ipv4/ip.c | if(!rt || sk->ip_route_stamp != rt_stamp || daddr!=sk->ip_route_daddr || sk->ip_route_local!=local || sk->saddr!=sk->ip_route_saddr) |
rt_stamp | 2408 | net/ipv4/ip.c | sk->ip_route_stamp=rt_stamp; |
rt_stamp | 66 | net/ipv4/route.c | unsigned long rt_stamp = 1; /* Routing table version stamp for caches ( 0 is 'unset' ) */ |
rt_stamp | 111 | net/ipv4/route.c | rt_stamp++; /* New table revision */ |
rt_stamp | 141 | net/ipv4/route.c | rt_stamp++; /* New table revision */ |
rt_stamp | 349 | net/ipv4/route.c | rt_stamp++; /* New table revision */ |
rt_stamp | 492 | net/ipv4/udp.c | sk->ip_route_stamp = rt_stamp; |