tag | line | file | source code |
rt_stamp | 54 | include/net/route.h | extern unsigned long rt_stamp; |
rt_stamp | 606 | net/ipv4/ip_output.c | if(!rt || sk->ip_route_stamp != rt_stamp || |
rt_stamp | 617 | net/ipv4/ip_output.c | sk->ip_route_stamp=rt_stamp; |
rt_stamp | 72 | net/ipv4/route.c | unsigned long rt_stamp = 1; /* Routing table version stamp for caches ( 0 is 'unset' ) */ |
rt_stamp | 128 | net/ipv4/route.c | rt_stamp++; /* New table revision */ |
rt_stamp | 162 | net/ipv4/route.c | rt_stamp++; /* New table revision */ |
rt_stamp | 393 | net/ipv4/route.c | rt_stamp++; /* New table revision */ |
rt_stamp | 568 | net/ipv4/udp.c | sk->ip_route_stamp = rt_stamp; |