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 | 373 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 1348 | net/ipv4/arp.c | entry->hh ? entry->hh->hh_uptodate : 0); |
hh_uptodate | 1390 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 1430 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 322 | net/ipv4/ip_forward.c | if (!hh->hh_uptodate) |
hh_uptodate | 129 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
hh_uptodate | 161 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
hh_uptodate | 664 | net/ipv4/ip_output.c | if (!hh->hh_uptodate) |
hh_uptodate | 840 | net/ipv4/ip_output.c | if (!hh->hh_uptodate) |
hh_uptodate | 923 | 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 | 712 | net/ipv4/tcp.c | if (!rt->rt_hh->hh_uptodate) |