Searched refs:expect_hash (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_fanout.c | 272 const int expect_hash[2][2] = { { 15, 5 }, { 20, 5 } }; in main() local 285 expect_hash[0], expect_hash[1]); in main() 289 expect_hash[0], expect_hash[1]); in main()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_expect.c | 101 hlist_for_each_entry_rcu(i, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_find() 140 hlist_for_each_entry(i, &net->ct.expect_hash[h], hnode) { in nf_ct_find_expectation() 350 hlist_add_head_rcu(&exp->hnode, &net->ct.expect_hash[h]); in nf_ct_expect_insert() 402 hlist_for_each_entry_safe(i, next, &net->ct.expect_hash[h], hnode) { in __nf_ct_expect_check() 473 n = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_first() 490 head = rcu_dereference(hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_next() 619 net->ct.expect_hash = nf_ct_alloc_hashtable(&nf_ct_expect_hsize, 0); in nf_conntrack_expect_pernet_init() 620 if (net->ct.expect_hash == NULL) in nf_conntrack_expect_pernet_init() 629 nf_ct_free_hashtable(net->ct.expect_hash, nf_ct_expect_hsize); in nf_conntrack_expect_pernet_init() 637 nf_ct_free_hashtable(net->ct.expect_hash, nf_ct_expect_hsize); in nf_conntrack_expect_pernet_fini()
|
D | nf_conntrack_helper.c | 403 &net->ct.expect_hash[i], hnode) { in __nf_conntrack_helper_unregister()
|
D | nf_conntrack_netlink.c | 2525 hlist_for_each_entry(exp, &net->ct.expect_hash[cb->args[0]], in ctnetlink_exp_dump_table() 2781 &net->ct.expect_hash[i], in ctnetlink_del_expect() 2799 &net->ct.expect_hash[i], in ctnetlink_del_expect()
|
/linux-4.1.27/include/net/netns/ |
D | conntrack.h | 101 struct hlist_head *expect_hash; member
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 229 hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_first() 247 hlist_first_rcu(&net->ct.expect_hash[st->bucket])); in ct_expect_get_next()
|