Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dping.h23 hlist_nulls_for_each_entry(__sk, node, list, sk_nulls_node)
Dinet_timewait_sock.h176 hlist_nulls_for_each_entry(tw, node, head, tw_node)
Dsock.h581 hlist_nulls_for_each_entry(__sk, node, list, sk_nulls_node)
/linux-3.4.99/include/linux/
Dudp.h92 hlist_nulls_for_each_entry(__sk, node, list, __sk_common.skc_portaddr_node)
Dlist_nulls.h94 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ macro
/linux-3.4.99/net/netfilter/
Dnf_conntrack_helper.c281 hlist_nulls_for_each_entry(h, nn, &net->ct.unconfirmed, hnnode) in __nf_conntrack_helper_unregister()
284 hlist_nulls_for_each_entry(h, nn, &net->ct.hash[i], hnnode) in __nf_conntrack_helper_unregister()
Dnf_conntrack_core.c432 hlist_nulls_for_each_entry(h, n, &net->ct.hash[hash], hnnode) in nf_conntrack_hash_check_insert()
437 hlist_nulls_for_each_entry(h, n, &net->ct.hash[repl_hash], hnnode) in nf_conntrack_hash_check_insert()
514 hlist_nulls_for_each_entry(h, n, &net->ct.hash[hash], hnnode) in __nf_conntrack_confirm()
519 hlist_nulls_for_each_entry(h, n, &net->ct.hash[repl_hash], hnnode) in __nf_conntrack_confirm()
1226 hlist_nulls_for_each_entry(h, n, &net->ct.hash[*bucket], hnnode) { in get_next_corpse()
1232 hlist_nulls_for_each_entry(h, n, &net->ct.unconfirmed, hnnode) { in get_next_corpse()
1319 hlist_nulls_for_each_entry(h, n, &net->ct.dying, hnnode) { in nf_ct_release_dying_list()
Dnf_conntrack_netlink.c725 hlist_nulls_for_each_entry(h, n, &net->ct.hash[cb->args[0]], in ctnetlink_dump_table()