Searched refs:ip6_dst_lookup (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | icmp.c | 363 err = ip6_dst_lookup(net, sk, &dst, fl6); in icmpv6_route_lookup() 396 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup() 784 if (ip6_dst_lookup(net, sk, &dst, &fl6)) in icmpv6_echo_reply()
|
H A D | ip6_output.c | 1231 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst, in ip6_dst_lookup() function 1237 EXPORT_SYMBOL_GPL(ip6_dst_lookup);
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | 1129 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst,
|