Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_expect.c59 nf_ct_unlink_expect(exp); in nf_ct_expectation_gc()
188 nf_ct_unlink_expect(i); in nf_ct_find_expectation()
226 nf_ct_unlink_expect(exp); in nf_ct_find_expectation()
248 nf_ct_unlink_expect(exp); in nf_ct_remove_expectations()
452 nf_ct_unlink_expect(exp); in evict_oldest_expect()
462 nf_ct_unlink_expect(last); in evict_oldest_expect()
488 nf_ct_unlink_expect(i); in __nf_ct_expect_check()
497 nf_ct_unlink_expect(i); in __nf_ct_expect_check()
606 nf_ct_unlink_expect(exp); in nf_ct_expect_iterate_destroy()
H A Dnf_conntrack_sip.c916 nf_ct_unlink_expect(exp); in flush_expectations()
/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h138 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect() function