Home
last modified time | relevance | path

Searched refs:rt_nexthop (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_masquerade_ipv4.c50 nh = rt_nexthop(rt, ip_hdr(skb)->daddr); in nf_nat_masquerade_ipv4()
/Linux-v4.19/net/netfilter/
Dnft_rt.c79 *dest = (__force u32)rt_nexthop((const struct rtable *)dst, in nft_rt_get_eval()
Dnf_flow_table_ip.c266 nexthop = rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr); in nf_flow_offload_ip_hook()
Dnf_conntrack_h323_main.c741 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/
Droute.h83 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
/Linux-v4.19/net/ipv4/
Droute.c883 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()
Dip_tunnel.c664 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
Dip_output.c221 nexthop = (__force u32) rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_finish_output2()
/Linux-v4.19/drivers/net/
Dvrf.c575 nexthop = (__force u32)rt_nexthop(rt, ip_hdr(skb)->daddr); in vrf_finish_output()
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_main.c2077 rt_nexthop(rt, ip_hdr(skb)->daddr) : in qeth_l3_fill_header()