Searched refs:rt6_nexthop (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nft_rt.c | 86 memcpy(dest, rt6_nexthop((struct rt6_info *)dst, in nft_rt_get_eval()
|
D | nf_flow_table_ip.c | 483 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
|
D | nf_conntrack_h323_main.c | 770 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter() 771 rt6_nexthop(rt2, &fl2.daddr)) && in callforward_do_filter()
|
/Linux-v4.19/net/ipv6/ila/ |
D | ila_lwt.c | 73 fl6.daddr = *rt6_nexthop((struct rt6_info *)orig_dst, in ila_output()
|
/Linux-v4.19/include/net/ |
D | ip6_route.h | 264 static inline struct in6_addr *rt6_nexthop(struct rt6_info *rt, in rt6_nexthop() function
|
/Linux-v4.19/net/ipv6/ |
D | ip6_output.c | 114 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in ip6_finish_output2() 994 rt6_nexthop(rt, &fl6->daddr)); in ip6_dst_lookup_tail()
|
/Linux-v4.19/net/bluetooth/ |
D | 6lowpan.c | 195 nexthop = rt6_nexthop(rt, daddr); in peer_lookup_dst()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 367 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
|