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 | 1597 | net/ipv4/arp.c | entry->hh ? entry->hh->hh_uptodate : 0); |
hh_uptodate | 1640 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 1682 | net/ipv4/arp.c | hh->hh_uptodate = 0; |
hh_uptodate | 338 | net/ipv4/ip_forward.c | if (!hh->hh_uptodate) |
hh_uptodate | 136 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
hh_uptodate | 169 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
hh_uptodate | 672 | net/ipv4/ip_output.c | if (!hh->hh_uptodate) |
hh_uptodate | 848 | net/ipv4/ip_output.c | if (!hh->hh_uptodate) |
hh_uptodate | 934 | 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 | 413 | net/ipv4/tcp_output.c | if (!rt->rt_hh->hh_uptodate) |