Searched refs:rt_nexthop (Results 1 – 7 of 7) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_rt.c | 78 *dest = (__force u32)rt_nexthop(dst_rtable(dst), in nft_rt_get_eval()
|
| H A D | nf_conntrack_h323_main.c | 692 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter() 693 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter()
|
| H A D | nf_flow_table_ip.c | 835 neigh = ip_neigh_gw4(rt->dst.dev, rt_nexthop(rt, ip_daddr)); in nf_flow_queue_xmit4()
|
| /linux/include/net/ |
| H A D | route.h | 101 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() function
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 973 return (dst) ? rt_nexthop(dst_rtable(dst), ip_hdr(skb)->daddr) : in qeth_next_hop_v4_rcu()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 711 dst = rt_nexthop(rt, inner_iph->daddr); in ip_tunnel_xmit()
|
| H A D | route.c | 952 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() 1340 rt_nexthop(rt, iph->daddr), in ip_rt_get_source()
|