Searched refs:hlist_nulls_entry (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dlist_nulls.h32 #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member) macro
36 !is_a_nulls(____ptr) ? hlist_nulls_entry(____ptr, type, member) : NULL; \
130 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
142 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
H A Drculist_nulls.h171 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1; }); \
186 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); \
/linux-master/include/net/
H A Dsock.h714 return hlist_nulls_entry(head->first, struct sock, sk_nulls_node);
730 hlist_nulls_entry(sk->sk_nulls_node.next,
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c2614 h = hlist_nulls_entry(nf_conntrack_hash[i].first,

Completed in 140 milliseconds