Searched refs:__inet6_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H 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()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet6_hashtables.h | 85 static inline struct sock *__inet6_lookup(struct net *net, in __inet6_lookup() function 164 return __inet6_lookup(net, hashinfo, skb, in __inet6_lookup_skb()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | inet6_hashtables.c | 238 sk = __inet6_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet6_lookup()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 256 sk = __inet6_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet6_lookup()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 6005 sk = __inet6_lookup(net, &tcp_hashinfo, NULL, 0, in sk_lookup()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 6603 sk = __inet6_lookup(net, hinfo, NULL, 0, in sk_lookup()
|
Completed in 28 milliseconds