Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dsock.h625 static inline struct sock *__sk_nulls_head(const struct hlist_nulls_head *head) in __sk_nulls_head() function
632 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head); in sk_nulls_head()