Searched refs:ip6_dst_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | icmp.c | 365 err = ip6_dst_lookup(net, sk, &dst, fl6); in icmpv6_route_lookup() 397 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup() 774 if (ip6_dst_lookup(net, sk, &dst, &fl6)) in icmpv6_echo_reply()
|
H A D | ip6_output.c | 1199 * ip6_dst_lookup - perform route lookup on flow 1209 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst, in ip6_dst_lookup() function 1215 EXPORT_SYMBOL_GPL(ip6_dst_lookup); variable
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | icmp.c | 359 err = ip6_dst_lookup(net, sk, &dst, fl6); in icmpv6_route_lookup() 392 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup() 777 if (ip6_dst_lookup(net, sk, &dst, &fl6)) in icmpv6_echo_reply()
|
H A D | ip6_output.c | 1210 * ip6_dst_lookup - perform route lookup on flow 1220 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst, in ip6_dst_lookup() function 1226 EXPORT_SYMBOL_GPL(ip6_dst_lookup); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 1021 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 1129 int ip6_dst_lookup(struct net *net, struct sock *sk, struct dst_entry **dst,
|
Completed in 12 milliseconds