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