Home
last modified time | relevance | path

Searched refs:expect_count (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/netfilter/
Dnf_conntrack_expect.c52 net->ct.expect_count--; in nf_ct_unlink_expect_report()
96 if (!net->ct.expect_count) in __nf_ct_expect_find()
136 if (!net->ct.expect_count) in nf_ct_find_expectation()
329 net->ct.expect_count++; in nf_ct_expect_insert()
409 if (net->ct.expect_count >= nf_ct_expect_max) { in __nf_ct_expect_check()
605 net->ct.expect_count = 0; in nf_conntrack_expect_init()
/linux-3.4.99/include/net/netns/
Dconntrack.h13 unsigned int expect_count; member