Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/net/netfilter/
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);
Dnf_conntrack_helper.c422 nf_ct_expect_iterate_destroy(expect_iter_me, NULL); in nf_conntrack_helper_unregister()