Searched refs:rt_nexthop (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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.1.27/include/net/ |
D | route.h | 81 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
|
/linux-4.1.27/net/ipv4/ |
D | route.c | 854 rt_nexthop(rt, ip_hdr(skb)->daddr)); in ip_rt_send_redirect() 879 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() 1196 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
|
D | ip_tunnel.c | 666 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
|
D | ip_output.c | 201 nexthop = (__force u32) rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_finish_output2()
|
/linux-4.1.27/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()
|