Searched refs:__sk_nulls_head (Results 1 – 1 of 1) sorted by relevance
625 static inline struct sock *__sk_nulls_head(const struct hlist_nulls_head *head) in __sk_nulls_head() function632 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head); in sk_nulls_head()