Home
last modified time | relevance | path

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

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