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

/linux-master/include/linux/
H A Dlist_nulls.h86 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) function
/linux-master/net/mptcp/
H A Dtoken.c310 if (hlist_nulls_empty(&bucket->msk_chain))
/linux-master/net/netfilter/
H A Dnf_conntrack_ecache.c293 if (!hlist_nulls_empty(&cnet->ecache.dying_list))
H A Dnf_conntrack_core.c2355 if (hlist_nulls_empty(hslot))
2611 while (!hlist_nulls_empty(&nf_conntrack_hash[i])) {
/linux-master/net/ipv4/
H A Dinet_diag.c1048 if (hlist_nulls_empty(&ilb->nulls_head)) {
1194 if (hlist_nulls_empty(&head->chain))
H A Dtcp_ipv4.c2576 if (hlist_nulls_empty(&ilb2->nulls_head))
2638 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain);
/linux-master/include/net/
H A Dsock.h719 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head);

Completed in 284 milliseconds