Home
last modified time | relevance | path

Searched refs:rt6_nexthop (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_rt.c83 memcpy(dest, rt6_nexthop((struct rt6_info *)dst, in nft_rt_get_eval()
H A Dnf_flow_table_ip.c750 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
H A Dnf_conntrack_h323_main.c718 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter()
719 rt6_nexthop(rt2, &fl2.daddr)) && in callforward_do_filter()
/openbmc/linux/net/ipv6/ila/
H A Dila_lwt.c75 fl6.daddr = *rt6_nexthop((struct rt6_info *)orig_dst, in ila_output()
/openbmc/linux/include/net/
H A Dip6_route.h298 static inline const struct in6_addr *rt6_nexthop(const struct rt6_info *rt, in rt6_nexthop() function
/openbmc/linux/net/bluetooth/
H A D6lowpan.c156 nexthop = rt6_nexthop(rt, daddr); in peer_lookup_dst()
/openbmc/linux/net/ipv6/
H A Dip6_output.c127 nexthop = rt6_nexthop((struct rt6_info *)dst, daddr); in ip6_finish_output2()
1172 rt6_nexthop(rt, &fl6->daddr)); in ip6_dst_lookup_tail()
H A Droute.c232 return ip6_neigh_lookup(rt6_nexthop(rt, &in6addr_any), in ip6_dst_neigh_lookup()
241 daddr = choose_neigh_daddr(rt6_nexthop(rt, &in6addr_any), NULL, daddr); in ip6_confirm_neigh()
/openbmc/linux/drivers/net/
H A Dvrf.c658 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
/openbmc/linux/net/core/
H A Dfilter.c2218 nexthop = rt6_nexthop(container_of(dst, struct rt6_info, dst), in bpf_out_neigh_v6()