Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/netfilter/
Dnf_conntrack_expect.h116 void nf_ct_expect_iterate_destroy(bool (*iter)(struct nf_conntrack_expect *e, void *data), void *da…
/Linux-v5.4/net/netfilter/
Dnf_conntrack_expect.c490 void nf_ct_expect_iterate_destroy(bool (*iter)(struct nf_conntrack_expect *e, void *data), in nf_ct_expect_iterate_destroy() function
512 EXPORT_SYMBOL_GPL(nf_ct_expect_iterate_destroy);
Dnf_conntrack_helper.c468 nf_ct_expect_iterate_destroy(expect_iter_me, NULL); in nf_conntrack_helper_unregister()