Home
last modified time | relevance | path

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

12345678

/net/netfilter/
Dxt_set.c528 .destroy = set_match_v0_destroy,
538 .destroy = set_match_v1_destroy,
548 .destroy = set_match_v1_destroy,
559 .destroy = set_match_v1_destroy,
569 .destroy = set_match_v1_destroy,
580 .destroy = set_match_v3_destroy,
590 .destroy = set_match_v3_destroy,
601 .destroy = set_match_v4_destroy,
611 .destroy = set_match_v4_destroy,
624 .destroy = set_target_v0_destroy,
[all …]
Dxt_nat.c155 .destroy = xt_nat_destroy,
168 .destroy = xt_nat_destroy,
181 .destroy = xt_nat_destroy,
193 .destroy = xt_nat_destroy,
205 .destroy = xt_nat_destroy,
217 .destroy = xt_nat_destroy,
Dxt_connmark.c158 .destroy = connmark_tg_destroy,
168 .destroy = connmark_tg_destroy,
180 .destroy = connmark_mt_destroy,
Dxt_nfacct.c64 .destroy = nfacct_mt_destroy,
75 .destroy = nfacct_mt_destroy,
Dxt_LOG.c76 .destroy = log_tg_destroy,
86 .destroy = log_tg_destroy,
Dnft_redir.c148 .destroy = nft_redir_ipv4_destroy,
175 .destroy = nft_redir_ipv6_destroy,
203 .destroy = nft_redir_inet_destroy,
Dxt_REDIRECT.c84 .destroy = redirect_tg_destroy,
98 .destroy = redirect_tg_destroy,
Dnf_conntrack_extend.c33 if (t && t->destroy) in nf_ct_ext_destroy()
34 t->destroy(ct); in nf_ct_ext_destroy()
Dxt_MASQUERADE.c82 .destroy = masquerade_tg_destroy,
93 .destroy = masquerade_tg_destroy,
Dnft_masq.c129 .destroy = nft_masq_ipv4_destroy,
175 .destroy = nft_masq_ipv6_destroy,
230 .destroy = nft_masq_inet_destroy,
Dxt_bpf.c124 .destroy = bpf_mt_destroy,
135 .destroy = bpf_mt_destroy_v1,
Dxt_SECMARK.c162 .destroy = secmark_tg_destroy,
172 .destroy = secmark_tg_destroy,
Dnft_compat.c288 if (par.target->destroy != NULL) in nft_target_destroy()
289 par.target->destroy(&par); in nft_target_destroy()
537 if (par.match->destroy != NULL) in __nft_match_destroy()
538 par.match->destroy(&par); in __nft_match_destroy()
794 ops->destroy = nft_match_destroy; in nft_match_select_ops()
805 ops->destroy = nft_match_large_destroy; in nft_match_select_ops()
883 ops->destroy = nft_target_destroy; in nft_target_select_ops()
Dxt_conntrack.c290 .destroy = conntrack_mt_destroy,
300 .destroy = conntrack_mt_destroy,
310 .destroy = conntrack_mt_destroy,
Dxt_CT.c312 .destroy = xt_ct_tg_destroy_v0,
324 .destroy = xt_ct_tg_destroy_v1,
336 .destroy = xt_ct_tg_destroy_v1,
Dxt_cgroup.c186 .destroy = cgroup_mt_destroy_v1,
200 .destroy = cgroup_mt_destroy_v2,
Dxt_NETMAP.c132 .destroy = netmap_tg_destroy,
147 .destroy = netmap_tg_destroy,
Dxt_TEE.c155 .destroy = tee_tg_destroy,
167 .destroy = tee_tg_destroy,
Dnft_connlimit.c153 .destroy = nft_connlimit_obj_destroy,
236 .destroy = nft_connlimit_destroy,
/net/ceph/
Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) in destroy() function
101 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer()
121 .destroy = destroy,
Dauth.c69 ac->ops->destroy(ac); in ceph_auth_destroy()
227 ac->ops->destroy(ac); in ceph_handle_auth_reply()
300 a->destroy(a); in ceph_auth_destroy_authorizer()
/net/vmw_vsock/
Dvmci_transport.c1151 goto destroy; in vmci_transport_recv_connecting_server()
1159 goto destroy; in vmci_transport_recv_connecting_server()
1180 goto destroy; in vmci_transport_recv_connecting_server()
1209 goto destroy; in vmci_transport_recv_connecting_server()
1243 goto destroy; in vmci_transport_recv_connecting_server()
1260 destroy: in vmci_transport_recv_connecting_server()
1292 goto destroy; in vmci_transport_recv_connecting_client()
1319 goto destroy; in vmci_transport_recv_connecting_client()
1325 goto destroy; in vmci_transport_recv_connecting_client()
1333 goto destroy; in vmci_transport_recv_connecting_client()
[all …]
/net/sched/
Dem_ipt.c192 if (im->match->destroy) { in em_ipt_destroy()
199 im->match->destroy(&par); in em_ipt_destroy()
273 .destroy = em_ipt_destroy,
Dem_meta.c790 void (*destroy)(struct meta_value *); member
799 .destroy = meta_var_destroy,
873 if (ops && ops->destroy) { in meta_delete()
874 ops->destroy(&meta->lvalue); in meta_delete()
875 ops->destroy(&meta->rvalue); in meta_delete()
990 .destroy = em_meta_destroy,
/net/sunrpc/
Dauth.c254 auth->au_ops->destroy(auth); in rpcauth_release()
689 goto destroy; in put_rpccred()
702 goto destroy; in put_rpccred()
707 destroy: in put_rpccred()

12345678