tag | line | file | source code |
rt_hh | 180 | include/net/route.h | struct hh_cache *rt_hh; |
rt_hh | 204 | net/ipv4/ip_forward.c | hh = rt->rt_hh; |
rt_hh | 128 | net/ipv4/ip_output.c | if (rt && dev == rt->rt_dev && rt->rt_hh) |
rt_hh | 130 | net/ipv4/ip_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 131 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
rt_hh | 161 | net/ipv4/ip_output.c | if (rt && dev == rt->rt_dev && rt->rt_hh) |
rt_hh | 163 | net/ipv4/ip_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 164 | net/ipv4/ip_output.c | if (rt->rt_hh->hh_uptodate) |
rt_hh | 618 | net/ipv4/ip_output.c | hh = rt->rt_hh; |
rt_hh | 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); |
rt_hh | 961 | net/ipv4/route.c | struct hh_cache * hh = rt->rt_hh; |
rt_hh | 962 | net/ipv4/route.c | rt->rt_hh = NULL; |
rt_hh | 996 | net/ipv4/route.c | struct hh_cache * hh = rt->rt_hh; |
rt_hh | 1001 | net/ipv4/route.c | rt->rt_hh = NULL; |
rt_hh | 1407 | net/ipv4/route.c | rtg->rt_dev->header_cache_bind(&rtg->rt_hh, rtg->rt_dev, ETH_P_IP, rtg->rt_dst); |
rt_hh | 1410 | net/ipv4/route.c | if (rtg->rt_hh) |
rt_hh | 1411 | net/ipv4/route.c | ATOMIC_INCR(&rtg->rt_hh->hh_refcnt); |
rt_hh | 1412 | net/ipv4/route.c | rth->rt_hh = rtg->rt_hh; |
rt_hh | 1547 | net/ipv4/route.c | rth->rt_hh = NULL; |
rt_hh | 403 | net/ipv4/tcp_output.c | if (rt->rt_hh) |
rt_hh | 405 | net/ipv4/tcp_output.c | memcpy(skb_push(skb,dev->hard_header_len),rt->rt_hh->hh_data,dev->hard_header_len); |
rt_hh | 406 | net/ipv4/tcp_output.c | if (!rt->rt_hh->hh_uptodate) |