Searched refs:__inet_lookup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 326 static inline struct sock *__inet_lookup(struct net *net, in __inet_lookup() function 357 sk = __inet_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet_lookup() 379 return __inet_lookup(dev_net(skb_dst(skb)->dev), hashinfo, skb, in __inet_lookup_skb()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 413 static inline struct sock *__inet_lookup(struct net *net, in __inet_lookup() function 444 sk = __inet_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet_lookup() 511 return __inet_lookup(net, hashinfo, skb, in __inet_lookup_skb()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 5991 sk = __inet_lookup(net, &tcp_hashinfo, NULL, 0, in sk_lookup()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 6589 sk = __inet_lookup(net, hinfo, NULL, 0, in sk_lookup()
|
Completed in 25 milliseconds