Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 84) sorted by relevance

1234

/net/netfilter/
Dcore.c240 void (*destroy)(struct nf_conntrack *); in nf_conntrack_destroy() local
243 destroy = rcu_dereference(nf_ct_destroy); in nf_conntrack_destroy()
244 BUG_ON(destroy == NULL); in nf_conntrack_destroy()
245 destroy(nfct); in nf_conntrack_destroy()
Dxt_state.c61 .destroy = state_mt_destroy,
70 .destroy = state_mt_destroy,
Dxt_string.c85 .destroy = string_mt_destroy,
95 .destroy = string_mt_destroy,
Dxt_connmark.c133 .destroy = connmark_mt_destroy,
149 .destroy = connmark_mt_destroy,
Dxt_CONNMARK.c191 .destroy = connmark_tg_destroy,
208 .destroy = connmark_tg_destroy,
Dnf_conntrack_extend.c38 if (t && t->destroy) in __nf_ct_ext_destroy()
39 t->destroy(ct); in __nf_ct_ext_destroy()
Dxt_helper.c81 .destroy = helper_mt_destroy,
Dxt_CONNSECMARK.c127 .destroy = connsecmark_tg_destroy,
Dxt_SECMARK.c129 .destroy = secmark_tg_destroy,
Dxt_connbytes.c129 .destroy = connbytes_mt_destroy,
Dxt_conntrack.c352 .destroy = conntrack_mt_destroy,
368 .destroy = conntrack_mt_destroy,
Dxt_hashlimit.c802 .destroy = hashlimit_mt_destroy_v0,
812 .destroy = hashlimit_mt_destroy,
827 .destroy = hashlimit_mt_destroy_v0,
837 .destroy = hashlimit_mt_destroy,
Dxt_rateest.c135 .destroy = xt_rateest_mt_destroy,
/net/sched/
Dem_meta.c658 void (*destroy)(struct meta_value *); member
667 .destroy = meta_var_destroy,
741 if (ops && ops->destroy) { in meta_delete()
742 ops->destroy(&meta->lvalue); in meta_delete()
743 ops->destroy(&meta->rvalue); in meta_delete()
854 .destroy = em_meta_destroy,
Dcls_cgroup.c91 .destroy = cgrp_destroy,
272 .destroy = cls_cgroup_destroy,
Dact_ipt.c74 if (par.target->destroy != NULL) in ipt_destroy_target()
75 par.target->destroy(&par); in ipt_destroy_target()
Dematch.c398 if (em->ops->destroy) in tcf_em_tree_destroy()
399 em->ops->destroy(tp, em); in tcf_em_tree_destroy()
Dsch_ingress.c142 .destroy = ingress_destroy,
/net/rxrpc/
Dar-key.c40 .destroy = rxrpc_destroy,
53 .destroy = rxrpc_destroy_s,
/net/core/
Ddst.c236 if (dst->ops->destroy) in dst_destroy()
237 dst->ops->destroy(dst); in dst_destroy()
/net/sunrpc/
Dauth_null.c109 .destroy = nul_destroy,
/net/ipv6/
Dudplite.c42 .destroy = udpv6_destroy_sock,
/net/ipv6/netfilter/
Dip6t_ipv6header.c139 .destroy = NULL,
/net/ipv4/
Dudplite.c43 .destroy = udp_destroy_sock,
/net/bridge/netfilter/
Debtables.c570 if (par.match->destroy != NULL) in ebt_cleanup_match()
571 par.match->destroy(&par); in ebt_cleanup_match()
587 if (par.target->destroy != NULL) in ebt_cleanup_watcher()
588 par.target->destroy(&par); in ebt_cleanup_watcher()
611 if (par.target->destroy != NULL) in ebt_cleanup_entry()
612 par.target->destroy(&par); in ebt_cleanup_entry()

1234