| tag | line | file | source code | 
| hh_uptodate | 72 | include/linux/netdevice.h | char    hh_uptodate;  /* hh_data is valid */ | 
| hh_uptodate | 258 | net/ethernet/eth.c | hh->hh_uptodate = 1; | 
| hh_uptodate | 377 | net/ipv4/arp.c | hh->hh_uptodate = 0; | 
| hh_uptodate | 1382 | net/ipv4/arp.c | entry->hh ? entry->hh->hh_uptodate : 0); | 
| hh_uptodate | 1424 | net/ipv4/arp.c | hh->hh_uptodate = 0; | 
| hh_uptodate | 1464 | net/ipv4/arp.c | hh->hh_uptodate = 0; | 
| hh_uptodate | 329 | net/ipv4/ip_forward.c | if (!hh->hh_uptodate) | 
| hh_uptodate | 131 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) | 
| hh_uptodate | 164 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) | 
| hh_uptodate | 668 | net/ipv4/ip_output.c | if (!hh->hh_uptodate) | 
| hh_uptodate | 844 | net/ipv4/ip_output.c | if (!hh->hh_uptodate) | 
| hh_uptodate | 930 | net/ipv4/route.c | (unsigned long)r->rt_src, (int)r->rt_mtu, r->rt_window, (int)r->rt_irtt, r->rt_hh ? r->rt_hh->hh_refcnt : -1, r->rt_hh ? r->rt_hh->hh_uptodate : 0); | 
| hh_uptodate | 406 | net/ipv4/tcp_output.c | if (!rt->rt_hh->hh_uptodate) |