tag | line | file | source code |
rt_hh | 180 | include/net/route.h | struct hh_cache *rt_hh; |
rt_hh | 210 | net/ipv4/ip_forward.c | hh = rt->rt_hh; |
rt_hh | 133 | net/ipv4/ip_output.c | if (rt && dev == rt->rt_dev && rt->rt_hh) |
rt_hh | 135 | net/ipv4/ip_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 136 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
rt_hh | 166 | net/ipv4/ip_output.c | if (rt && dev == rt->rt_dev && rt->rt_hh) |
rt_hh | 168 | net/ipv4/ip_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 169 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
rt_hh | 621 | net/ipv4/ip_output.c | hh = rt->rt_hh; |
rt_hh | 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); |
rt_hh | 962 | net/ipv4/route.c | struct hh_cache * hh = rt->rt_hh; |
rt_hh | 963 | net/ipv4/route.c | rt->rt_hh = NULL; |
rt_hh | 997 | net/ipv4/route.c | struct hh_cache * hh = rt->rt_hh; |
rt_hh | 1002 | net/ipv4/route.c | rt->rt_hh = NULL; |
rt_hh | 1408 | net/ipv4/route.c | rtg->rt_dev->header_cache_bind(&rtg->rt_hh, rtg->rt_dev, ETH_P_IP, rtg->rt_dst); |
rt_hh | 1411 | net/ipv4/route.c | if (rtg->rt_hh) |
rt_hh | 1412 | net/ipv4/route.c | ATOMIC_INCR(&rtg->rt_hh->hh_refcnt); |
rt_hh | 1413 | net/ipv4/route.c | rth->rt_hh = rtg->rt_hh; |
rt_hh | 1548 | net/ipv4/route.c | rth->rt_hh = NULL; |
rt_hh | 410 | net/ipv4/tcp_output.c | if (rt->rt_hh) |
rt_hh | 412 | net/ipv4/tcp_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 413 | net/ipv4/tcp_output.c | if (!rt->rt_hh->hh_uptodate) |