tag | line | file | source code |
---|---|---|---|
ip_route_cache | 172 | include/net/sock.h | struct rtable *ip_route_cache; /* Cached output route */ |
ip_route_cache | 696 | net/ipv4/af_inet.c | sk->ip_route_cache=NULL; |
ip_route_cache | 930 | net/ipv4/af_inet.c | sk->ip_route_cache=NULL; |
ip_route_cache | 2391 | net/ipv4/ip.c | rt = sk->ip_route_cache; |
ip_route_cache | 2409 | net/ipv4/ip.c | sk->ip_route_cache=rt; |
ip_route_cache | 491 | net/ipv4/udp.c | sk->ip_route_cache = rt; |