Searched refs:rt_nexthop (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_rt.c | 76 *dest = (__force u32)rt_nexthop((const struct rtable *)dst, in nft_rt_get_eval()
|
H A D | nf_nat_masquerade.c | 52 nh = rt_nexthop(rt, ip_hdr(skb)->daddr); in nf_nat_masquerade_ipv4()
|
H A D | nf_flow_table_ip.c | 306 nexthop = rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr); in nf_flow_offload_ip_hook()
|
H A D | nf_conntrack_h323_main.c | 740 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter() 741 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_rt.c | 76 *dest = (__force u32)rt_nexthop((const struct rtable *)dst, in nft_rt_get_eval()
|
H A D | nf_nat_masquerade.c | 53 nh = rt_nexthop(rt, ip_hdr(skb)->daddr); in nf_nat_masquerade_ipv4()
|
H A D | nf_flow_table_ip.c | 450 nexthop = rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr); in nf_flow_offload_ip_hook()
|
H A D | nf_conntrack_h323_main.c | 694 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter() 695 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 85 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | route.h | 93 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core.h | 975 return (rt) ? rt_nexthop(rt, ip_hdr(skb)->daddr) : ip_hdr(skb)->daddr; in qeth_next_hop_v4_rcu()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 920 rt_nexthop(rt, ip_hdr(skb)->daddr)); in ip_rt_send_redirect() 947 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() 1318 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
|
H A D | ip_tunnel.c | 703 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 897 rt_nexthop(rt, ip_hdr(skb)->daddr)); in ip_rt_send_redirect() 924 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() 1297 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
|
H A D | ip_tunnel.c | 723 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core.h | 995 return (rt) ? rt_nexthop(rt, ip_hdr(skb)->daddr) : ip_hdr(skb)->daddr; in qeth_next_hop_v4_rcu()
|
Completed in 26 milliseconds