Home
last modified time | relevance | path

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

/linux-6.15/net/atm/
H A Dproc.c86 sk = hlist_empty(head) ? NULL : __sk_head(head); in __vcc_walk()
/linux-6.15/include/net/
H A Dsock.h718 static inline struct sock *__sk_head(const struct hlist_head *head) in __sk_head() function
725 return hlist_empty(head) ? NULL : __sk_head(head); in sk_head()