Searched refs:destroy (Results 1 – 25 of 84) sorted by relevance
1234
/net/netfilter/ |
D | core.c | 240 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()
|
D | xt_state.c | 61 .destroy = state_mt_destroy, 70 .destroy = state_mt_destroy,
|
D | xt_string.c | 85 .destroy = string_mt_destroy, 95 .destroy = string_mt_destroy,
|
D | xt_connmark.c | 133 .destroy = connmark_mt_destroy, 149 .destroy = connmark_mt_destroy,
|
D | xt_CONNMARK.c | 191 .destroy = connmark_tg_destroy, 208 .destroy = connmark_tg_destroy,
|
D | nf_conntrack_extend.c | 38 if (t && t->destroy) in __nf_ct_ext_destroy() 39 t->destroy(ct); in __nf_ct_ext_destroy()
|
D | xt_helper.c | 81 .destroy = helper_mt_destroy,
|
D | xt_CONNSECMARK.c | 127 .destroy = connsecmark_tg_destroy,
|
D | xt_SECMARK.c | 129 .destroy = secmark_tg_destroy,
|
D | xt_connbytes.c | 129 .destroy = connbytes_mt_destroy,
|
D | xt_conntrack.c | 352 .destroy = conntrack_mt_destroy, 368 .destroy = conntrack_mt_destroy,
|
D | xt_hashlimit.c | 802 .destroy = hashlimit_mt_destroy_v0, 812 .destroy = hashlimit_mt_destroy, 827 .destroy = hashlimit_mt_destroy_v0, 837 .destroy = hashlimit_mt_destroy,
|
D | xt_rateest.c | 135 .destroy = xt_rateest_mt_destroy,
|
/net/sched/ |
D | em_meta.c | 658 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,
|
D | cls_cgroup.c | 91 .destroy = cgrp_destroy, 272 .destroy = cls_cgroup_destroy,
|
D | act_ipt.c | 74 if (par.target->destroy != NULL) in ipt_destroy_target() 75 par.target->destroy(&par); in ipt_destroy_target()
|
D | ematch.c | 398 if (em->ops->destroy) in tcf_em_tree_destroy() 399 em->ops->destroy(tp, em); in tcf_em_tree_destroy()
|
D | sch_ingress.c | 142 .destroy = ingress_destroy,
|
/net/rxrpc/ |
D | ar-key.c | 40 .destroy = rxrpc_destroy, 53 .destroy = rxrpc_destroy_s,
|
/net/core/ |
D | dst.c | 236 if (dst->ops->destroy) in dst_destroy() 237 dst->ops->destroy(dst); in dst_destroy()
|
/net/sunrpc/ |
D | auth_null.c | 109 .destroy = nul_destroy,
|
/net/ipv6/ |
D | udplite.c | 42 .destroy = udpv6_destroy_sock,
|
/net/ipv6/netfilter/ |
D | ip6t_ipv6header.c | 139 .destroy = NULL,
|
/net/ipv4/ |
D | udplite.c | 43 .destroy = udp_destroy_sock,
|
/net/bridge/netfilter/ |
D | ebtables.c | 570 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