Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnft_rt.c76 *dest = (__force u32)rt_nexthop((const struct rtable *)dst, in nft_rt_get_eval()
A Dnf_nat_masquerade.c52 nh = rt_nexthop(rt, ip_hdr(skb)->daddr); in nf_nat_masquerade_ipv4()
A Dnf_flow_table_ip.c397 nexthop = rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr); in nf_flow_offload_ip_hook()
A 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/include/net/
A Droute.h85 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
/linux/drivers/s390/net/
A Dqeth_core.h978 return (rt) ? rt_nexthop(rt, ip_hdr(skb)->daddr) : ip_hdr(skb)->daddr; in qeth_next_hop_v4_rcu()
/linux/net/ipv4/
A Droute.c886 rt_nexthop(rt, ip_hdr(skb)->daddr)); in ip_rt_send_redirect()
913 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect()
1281 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
A Dip_tunnel.c676 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()

Completed in 23 milliseconds