Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h116 void nf_ct_expect_iterate_destroy(bool (*iter)(struct nf_conntrack_expect *e, void *data), void *da…
/linux/net/netfilter/
H A Dnf_conntrack_expect.c510 void nf_ct_expect_iterate_destroy(bool (*iter)(struct nf_conntrack_expect *e, void *data), in nf_ct_expect_iterate_destroy() function
532 EXPORT_SYMBOL_GPL(nf_ct_expect_iterate_destroy);
H A Dnf_conntrack_helper.c422 nf_ct_expect_iterate_destroy(expect_iter_me, NULL); in nf_conntrack_helper_unregister()