| tag | line | file | source code | 
|---|---|---|---|
| ip_route_local | 176 | include/net/sock.h | int ip_route_local; /* State of locality flag */ | 
| ip_route_local | 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) | 
| ip_route_local | 2405 | net/ipv4/ip.c | sk->ip_route_local=local; |