Searched refs:expect_hash (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/net/netfilter/ |
D | nf_conntrack_expect.c | 100 hlist_for_each_entry_rcu(i, n, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_find() 140 hlist_for_each_entry(i, n, &net->ct.expect_hash[h], hnode) { in nf_ct_find_expectation() 331 hlist_add_head_rcu(&exp->hnode, &net->ct.expect_hash[h]); in nf_ct_expect_insert() 402 hlist_for_each_entry(i, n, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_check() 490 n = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_first() 507 head = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_next() 642 net->ct.expect_hash = nf_ct_alloc_hashtable(&nf_ct_expect_hsize, 0); in nf_conntrack_expect_init() 643 if (net->ct.expect_hash == NULL) in nf_conntrack_expect_init() 664 nf_ct_free_hashtable(net->ct.expect_hash, nf_ct_expect_hsize); in nf_conntrack_expect_init() 676 nf_ct_free_hashtable(net->ct.expect_hash, nf_ct_expect_hsize); in nf_conntrack_expect_fini()
|
D | nf_conntrack_helper.c | 213 &net->ct.expect_hash[i], hnode) { in __nf_conntrack_helper_unregister()
|
D | nf_conntrack_netlink.c | 1782 hlist_for_each_entry(exp, n, &net->ct.expect_hash[cb->args[0]], in ctnetlink_exp_dump_table() 1950 &net->ct.expect_hash[i], in ctnetlink_del_expect() 1968 &net->ct.expect_hash[i], in ctnetlink_del_expect()
|
/linux-2.6.39/include/net/netns/ |
D | conntrack.h | 17 struct hlist_head *expect_hash; member
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 224 hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_first() 242 hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_next()
|