Searched refs:__inet6_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | inet6_hashtables.h | 60 static inline struct sock *__inet6_lookup(struct net *net, in __inet6_lookup() function 93 return __inet6_lookup(dev_net(skb_dst(skb)->dev), hashinfo, skb, in __inet6_lookup_skb()
|
/linux-6.3-rc2/net/ipv6/ |
A D | inet6_hashtables.c | 235 sk = __inet6_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet6_lookup()
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 6506 sk = __inet6_lookup(net, hinfo, NULL, 0, in sk_lookup()
|
Completed in 24 milliseconds