Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_expect.c106 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp) in nf_ct_remove_expect() function
115 EXPORT_SYMBOL_GPL(nf_ct_remove_expect);
225 nf_ct_remove_expect(exp); in nf_ct_remove_expectations()
266 nf_ct_remove_expect(exp); in nf_ct_unexpect_related()
402 nf_ct_remove_expect(last); in evict_oldest_expect()
427 if (nf_ct_remove_expect(i)) in __nf_ct_expect_check()
Dnf_conntrack_sip.c832 if (!nf_ct_remove_expect(exp)) in flush_expectations()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_expect.h109 bool nf_ct_remove_expect(struct nf_conntrack_expect *exp);