Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_expect.c53 net->ct.expect_count--; in nf_ct_unlink_expect_report()
97 if (!net->ct.expect_count) in __nf_ct_expect_find()
136 if (!net->ct.expect_count) in nf_ct_find_expectation()
351 net->ct.expect_count++; in nf_ct_expect_insert()
430 if (net->ct.expect_count >= nf_ct_expect_max) { in __nf_ct_expect_check()
618 net->ct.expect_count = 0; in nf_conntrack_expect_pernet_init()
Dnf_conntrack_core.c948 if (net->ct.expect_count) { in init_conntrack()
/linux-4.1.27/include/net/netns/
Dconntrack.h76 unsigned int expect_count; member