Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_expect.c74 nf_ct_unlink_expect(exp); in nf_ct_expectation_timed_out()
108 nf_ct_unlink_expect(exp); in nf_ct_remove_expect()
202 nf_ct_unlink_expect(exp); in nf_ct_find_expectation()
504 nf_ct_unlink_expect(exp); in nf_ct_expect_iterate_destroy()
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_expect.h107 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect() function