Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsock.h715 static inline struct sock *__sk_nulls_head(const struct hlist_nulls_head *head) in __sk_nulls_head() function
722 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head); in sk_nulls_head()