Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlist_nulls.h86 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty() function
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ecache.c293 if (!hlist_nulls_empty(&cnet->ecache.dying_list)) in nf_conntrack_ecache_work()
H A Dnf_conntrack_core.c2365 if (hlist_nulls_empty(hslot)) in get_next_corpse()
2621 while (!hlist_nulls_empty(&nf_conntrack_hash[i])) { in nf_conntrack_hash_resize()
/openbmc/linux/net/ipv4/
H A Dinet_timewait_sock.c291 if (hlist_nulls_empty(&head->chain)) in inet_twsk_purge()
H A Dinet_diag.c1092 if (hlist_nulls_empty(&head->chain)) in inet_diag_dump_icsk()
H A Dtcp_ipv4.c2387 if (hlist_nulls_empty(&ilb2->nulls_head)) in listening_get_first()
2449 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain); in empty_bucket()
/openbmc/linux/net/mptcp/
H A Dtoken.c310 if (hlist_nulls_empty(&bucket->msk_chain)) in mptcp_token_iter_next()
/openbmc/linux/include/net/
H A Dsock.h722 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head); in sk_nulls_head()