Searched refs:rt_nexthop (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_nat_masquerade_ipv4.c | 50 nh = rt_nexthop(rt, ip_hdr(skb)->daddr); in nf_nat_masquerade_ipv4()
|
/Linux-v4.19/net/netfilter/ |
D | nft_rt.c | 79 *dest = (__force u32)rt_nexthop((const struct rtable *)dst, in nft_rt_get_eval()
|
D | nf_flow_table_ip.c | 266 nexthop = rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr); in nf_flow_offload_ip_hook()
|
D | nf_conntrack_h323_main.c | 741 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter() 742 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter()
|
/Linux-v4.19/include/net/ |
D | route.h | 83 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
|
/Linux-v4.19/net/ipv4/ |
D | route.c | 883 rt_nexthop(rt, ip_hdr(skb)->daddr)); in ip_rt_send_redirect() 908 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() 1241 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
|
D | ip_tunnel.c | 664 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
|
D | ip_output.c | 221 nexthop = (__force u32) rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_finish_output2()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 575 nexthop = (__force u32)rt_nexthop(rt, ip_hdr(skb)->daddr); in vrf_finish_output()
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_l3_main.c | 2077 rt_nexthop(rt, ip_hdr(skb)->daddr) : in qeth_l3_fill_header()
|