Searched refs:rt6_nexthop (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/net/netfilter/ |
D | nft_rt.c | 83 memcpy(dest, rt6_nexthop((struct rt6_info *)dst, in nft_rt_get_eval()
|
D | nf_flow_table_ip.c | 675 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-5.19.10/net/ipv6/ila/ |
D | ila_lwt.c | 73 fl6.daddr = *rt6_nexthop((struct rt6_info *)orig_dst, in ila_output()
|
/linux-5.19.10/include/net/ |
D | ip6_route.h | 294 static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt, in rt6_nexthop() function
|
/linux-5.19.10/net/bluetooth/ |
D | 6lowpan.c | 156 nexthop = rt6_nexthop(rt, daddr); in peer_lookup_dst()
|
/linux-5.19.10/net/ipv6/ |
D | ip6_output.c | 120 nexthop = rt6_nexthop((struct rt6_info *)dst, daddr); in ip6_finish_output2() 1137 rt6_nexthop(rt, &fl6->daddr)); in ip6_dst_lookup_tail()
|
D | route.c | 231 return ip6_neigh_lookup(rt6_nexthop(rt, &in6addr_any), in ip6_dst_neigh_lookup() 240 daddr = choose_neigh_daddr(rt6_nexthop(rt, &in6addr_any), NULL, daddr); in ip6_confirm_neigh()
|
/linux-5.19.10/drivers/net/ |
D | vrf.c | 668 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
|
/linux-5.19.10/net/core/ |
D | filter.c | 2192 nexthop = rt6_nexthop(container_of(dst, struct rt6_info, dst), in bpf_out_neigh_v6()
|