Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dlist_nulls.h87 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty() function
/linux-6.15/net/ipv4/
H A Dinet_timewait_sock.c321 if (hlist_nulls_empty(&head->chain)) in inet_twsk_purge()
H A Dinet_diag.c1050 if (hlist_nulls_empty(&ilb->nulls_head)) { in inet_diag_dump_icsk()
1196 if (hlist_nulls_empty(&head->chain)) in inet_diag_dump_icsk()
H A Dtcp_ipv4.c2623 if (hlist_nulls_empty(&ilb2->nulls_head))
2685 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain);
/linux-6.15/net/netfilter/
H A Dnf_conntrack_ecache.c303 if (!hlist_nulls_empty(&cnet->ecache.dying_list)) in nf_conntrack_ecache_work()
H A Dnf_conntrack_core.c2307 if (hlist_nulls_empty(hslot)) in get_next_corpse()
2566 while (!hlist_nulls_empty(&nf_conntrack_hash[i])) { in nf_conntrack_hash_resize()
/linux-6.15/net/mptcp/
H A Dtoken.c310 if (hlist_nulls_empty(&bucket->msk_chain)) in mptcp_token_iter_next()
/linux-6.15/include/net/
H A Dsock.h735 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head); in sk_nulls_head()