Searched refs:rt_nexthop (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/net/ipv4/netfilter/ |
| D | nf_nat_masquerade_ipv4.c | 52 nh = rt_nexthop(rt, ip_hdr(skb)->daddr); in nf_nat_masquerade_ipv4()
|
| /linux-4.4.14/include/net/ |
| D | route.h | 85 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
|
| /linux-4.4.14/net/ipv4/ |
| D | route.c | 858 rt_nexthop(rt, ip_hdr(skb)->daddr)); in ip_rt_send_redirect() 883 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() 1201 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
|
| D | ip_tunnel.c | 679 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
|
| D | ip_output.c | 205 nexthop = (__force u32) rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_finish_output2()
|
| /linux-4.4.14/drivers/net/ |
| D | vrf.c | 542 nexthop = (__force u32)rt_nexthop(rt, ip_hdr(skb)->daddr); in vrf_finish_output()
|
| /linux-4.4.14/net/netfilter/ |
| D | nf_conntrack_h323_main.c | 758 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter() 759 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter()
|