Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_expect.h111 void nf_ct_expect_iterate_destroy(bool (*iter)(struct nf_conntrack_expect *e, void *data), void *da…
/Linux-v4.19/net/netfilter/
Dnf_conntrack_expect.c479 void nf_ct_expect_iterate_destroy(bool (*iter)(struct nf_conntrack_expect *e, void *data), in nf_ct_expect_iterate_destroy() function
501 EXPORT_SYMBOL_GPL(nf_ct_expect_iterate_destroy);
Dnf_conntrack_helper.c464 nf_ct_expect_iterate_destroy(expect_iter_me, NULL); in nf_conntrack_helper_unregister()