Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dlist_nulls.h86 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty() function
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dtoken.c307 if (hlist_nulls_empty(&bucket->msk_chain)) in mptcp_token_iter_next()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_core.c2184 if (hlist_nulls_empty(hslot)) in get_next_corpse()
2486 while (!hlist_nulls_empty(&nf_conntrack_hash[i])) { in nf_conntrack_hash_resize()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dping.c1036 if (hlist_nulls_empty(hslot)) in ping_get_first()
H A Dinet_diag.c1086 if (hlist_nulls_empty(&head->chain)) in inet_diag_dump_icsk()
H A Dtcp_ipv4.c2332 return hlist_nulls_empty(&tcp_hashinfo.ehash[st->bucket].chain); in empty_bucket()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h680 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head); in sk_nulls_head()