tag | line | file | source code |
hh_uptodate | 76 | include/linux/netdevice.h | char hh_uptodate; /* hh_data is valid */ |
hh_uptodate | 259 | net/ethernet/eth.c | hh->hh_uptodate = 1; |
hh_uptodate | 348 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 566 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 1599 | net/ipv4/arp.c | entry->hh ? entry->hh->hh_uptodate : 0); |
hh_uptodate | 1642 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 1684 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 330 | 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 | 933 | 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) |