/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_rt.c | 83 memcpy(dest, rt6_nexthop((struct rt6_info *)dst, in nft_rt_get_eval()
|
H A D | nf_flow_table_ip.c | 547 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
|
H A D | nf_conntrack_h323_main.c | 764 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter() 765 rt6_nexthop(rt2, &fl2.daddr)) && in callforward_do_filter()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_rt.c | 83 memcpy(dest, rt6_nexthop((struct rt6_info *)dst, in nft_rt_get_eval()
|
H A D | nf_flow_table_ip.c | 745 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
|
H A D | nf_conntrack_h323_main.c | 718 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter() 719 rt6_nexthop(rt2, &fl2.daddr)) && in callforward_do_filter()
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_lwt.c | 73 fl6.daddr = *rt6_nexthop((struct rt6_info *)orig_dst, in ila_output()
|
/kernel/linux/linux-6.6/net/ipv6/ila/ |
H A D | ila_lwt.c | 73 fl6.daddr = *rt6_nexthop((struct rt6_info *)orig_dst, in ila_output()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 293 static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt, in rt6_nexthop() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 290 static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt, in rt6_nexthop() function
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_output.c | 139 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in ip6_finish_output2() 1150 rt6_nexthop(rt, &fl6->daddr)); in ip6_dst_lookup_tail()
|
H A D | route.c | 225 return ip6_neigh_lookup(rt6_nexthop(rt, &in6addr_any), in ip6_dst_neigh_lookup() 234 daddr = choose_neigh_daddr(rt6_nexthop(rt, &in6addr_any), NULL, daddr); in ip6_confirm_neigh()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_output.c | 121 nexthop = rt6_nexthop((struct rt6_info *)dst, daddr); in ip6_finish_output2() 1161 rt6_nexthop(rt, &fl6->daddr)); in ip6_dst_lookup_tail()
|
H A 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()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | 6lowpan.c | 184 nexthop = rt6_nexthop(rt, daddr); in peer_lookup_dst()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | 6lowpan.c | 156 nexthop = rt6_nexthop(rt, daddr); in peer_lookup_dst()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 669 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 656 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 2217 nexthop = rt6_nexthop(container_of(dst, struct rt6_info, dst), in bpf_out_neigh_v6()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 2213 nexthop = rt6_nexthop(container_of(dst, struct rt6_info, dst), in bpf_out_neigh_v6()
|