Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_rt.c76 *dest = (__force u32)rt_nexthop(dst_rtable(dst), in nft_rt_get_eval()
H A Dnf_nat_masquerade.c53 nh = rt_nexthop(rt, ip_hdr(skb)->daddr); in nf_nat_masquerade_ipv4()
H A Dnf_flow_table_ip.c459 nexthop = rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr); in nf_flow_offload_ip_hook()
/linux/include/net/
H A Droute.h101 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
/linux/drivers/s390/net/
H A Dqeth_core.h973 return (dst) ? rt_nexthop(dst_rtable(dst), ip_hdr(skb)->daddr) : in qeth_next_hop_v4_rcu()
/linux/net/ipv4/
H A Droute.c885 rt_nexthop(rt, ip_hdr(skb)->daddr)); in ip_rt_send_redirect()
912 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect()
1298 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
H A Dip_tunnel.c723 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()