| tag | line | file | source code |
|---|---|---|---|
| ip_route_cache | 172 | include/net/sock.h | struct rtable *ip_route_cache; /* Cached output route */ |
| ip_route_cache | 691 | net/ipv4/af_inet.c | sk->ip_route_cache=NULL; |
| ip_route_cache | 925 | net/ipv4/af_inet.c | sk->ip_route_cache=NULL; |
| ip_route_cache | 2355 | net/ipv4/ip.c | rt = sk->ip_route_cache; |
| ip_route_cache | 2373 | net/ipv4/ip.c | sk->ip_route_cache=rt; |
| ip_route_cache | 487 | net/ipv4/udp.c | sk->ip_route_cache = rt; |