tag | line | file | source code |
rt_hh | 132 | include/net/route.h | struct hh_cache *rt_hh; |
rt_hh | 201 | net/ipv4/ip_forward.c | hh = rt->rt_hh; |
rt_hh | 127 | net/ipv4/ip_output.c | if (rt && dev == rt->rt_dev && rt->rt_hh) |
rt_hh | 129 | net/ipv4/ip_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 130 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
rt_hh | 160 | net/ipv4/ip_output.c | if (rt && dev == rt->rt_dev && rt->rt_hh) |
rt_hh | 162 | net/ipv4/ip_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 163 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
rt_hh | 617 | net/ipv4/ip_output.c | hh = rt->rt_hh; |
rt_hh | 926 | 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); |
rt_hh | 954 | net/ipv4/route.c | struct hh_cache * hh = rt->rt_hh; |
rt_hh | 955 | net/ipv4/route.c | rt->rt_hh = NULL; |
rt_hh | 989 | net/ipv4/route.c | struct hh_cache * hh = rt->rt_hh; |
rt_hh | 994 | net/ipv4/route.c | rt->rt_hh = NULL; |
rt_hh | 1400 | net/ipv4/route.c | rtg->rt_dev->header_cache_bind(&rtg->rt_hh, rtg->rt_dev, ETH_P_IP, rtg->rt_dst); |
rt_hh | 1403 | net/ipv4/route.c | if (rtg->rt_hh) |
rt_hh | 1404 | net/ipv4/route.c | ATOMIC_INCR(&rtg->rt_hh->hh_refcnt); |
rt_hh | 1405 | net/ipv4/route.c | rth->rt_hh = rtg->rt_hh; |
rt_hh | 1530 | net/ipv4/route.c | rth->rt_hh = NULL; |
rt_hh | 709 | net/ipv4/tcp.c | if (rt->rt_hh) |
rt_hh | 711 | net/ipv4/tcp.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 712 | net/ipv4/tcp.c | if (!rt->rt_hh->hh_uptodate) |