Home
last modified time | relevance | path

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

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