Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_expect.c78 nf_ct_unlink_expect(exp); in nf_ct_expectation_timed_out()
125 nf_ct_unlink_expect(exp); in nf_ct_remove_expect()
223 nf_ct_unlink_expect(exp); in nf_ct_find_expectation()
549 nf_ct_unlink_expect(exp); in nf_ct_expect_iterate_destroy()
/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h123 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect() function