Searched refs:rt6_nexthop (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.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 | 547 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
|
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-5.10/net/ipv6/ila/ |
D | ila_lwt.c | 73 fl6.daddr = *rt6_nexthop((struct rt6_info *)orig_dst, in ila_output()
|
/kernel/linux/linux-5.10/include/net/ |
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-5.10/net/ipv6/ |
D | ip6_output.c | 139 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in ip6_finish_output2() 1139 rt6_nexthop(rt, &fl6->daddr)); in ip6_dst_lookup_tail()
|
D | route.c | 224 return ip6_neigh_lookup(rt6_nexthop(rt, &in6addr_any), in ip6_dst_neigh_lookup() 233 daddr = choose_neigh_daddr(rt6_nexthop(rt, &in6addr_any), NULL, daddr); in ip6_confirm_neigh()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | 6lowpan.c | 184 nexthop = rt6_nexthop(rt, daddr); in peer_lookup_dst()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | vrf.c | 669 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
|
/kernel/linux/linux-5.10/net/core/ |
D | filter.c | 2201 nexthop = rt6_nexthop(container_of(dst, struct rt6_info, dst), in bpf_out_neigh_v6()
|