Searched refs:hlist_nulls_entry (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/include/linux/ |
D | list_nulls.h | 27 #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member) macro 97 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \ 109 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1;}); \
|
D | rculist_nulls.h | 112 ({ tpos = hlist_nulls_entry(pos, typeof(*tpos), member); 1; }); \
|
/linux-2.6.39/include/net/ |
D | sock.h | 370 return hlist_nulls_entry(head->first, struct sock, sk_nulls_node); in __sk_nulls_head() 387 hlist_nulls_entry(sk->sk_nulls_node.next, in sk_nulls_next()
|
/linux-2.6.39/net/netfilter/ |
D | nf_conntrack_core.c | 1388 h = hlist_nulls_entry(init_net.ct.hash[i].first, in nf_conntrack_set_hashsize()
|
/linux-2.6.39/net/ipv4/ |
D | tcp_ipv4.c | 1957 hlist_nulls_entry(tw->tw_node.next, typeof(*tw), tw_node) : NULL; in tw_next()
|