Searched refs:__inet_lookup (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 6640 sk = __inet_lookup(net, hinfo, NULL, 0, in sk_lookup()
|