Home
last modified time | relevance | path

Searched refs:__sk_head (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/atm/
Dproc.c86 sk = hlist_empty(head) ? NULL : __sk_head(head); in __vcc_walk()
/kernel/linux/linux-5.10/include/net/
Dsock.h650 static inline struct sock *__sk_head(const struct hlist_head *head) in __sk_head() function
657 return hlist_empty(head) ? NULL : __sk_head(head); in sk_head()
/kernel/linux/linux-5.10/net/ipv4/
Draw.c184 sk = __raw_v4_lookup(net, __sk_head(head), iph->protocol, in raw_v4_input()