/net/netfilter/ |
D | xt_set.c | 528 .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 …]
|
D | xt_nat.c | 155 .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,
|
D | xt_connmark.c | 158 .destroy = connmark_tg_destroy, 168 .destroy = connmark_tg_destroy, 180 .destroy = connmark_mt_destroy,
|
D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
D | xt_LOG.c | 76 .destroy = log_tg_destroy, 86 .destroy = log_tg_destroy,
|
D | nft_redir.c | 148 .destroy = nft_redir_ipv4_destroy, 175 .destroy = nft_redir_ipv6_destroy, 203 .destroy = nft_redir_inet_destroy,
|
D | xt_REDIRECT.c | 84 .destroy = redirect_tg_destroy, 98 .destroy = redirect_tg_destroy,
|
D | nf_conntrack_extend.c | 33 if (t && t->destroy) in nf_ct_ext_destroy() 34 t->destroy(ct); in nf_ct_ext_destroy()
|
D | xt_MASQUERADE.c | 82 .destroy = masquerade_tg_destroy, 93 .destroy = masquerade_tg_destroy,
|
D | nft_masq.c | 129 .destroy = nft_masq_ipv4_destroy, 175 .destroy = nft_masq_ipv6_destroy, 230 .destroy = nft_masq_inet_destroy,
|
D | xt_bpf.c | 124 .destroy = bpf_mt_destroy, 135 .destroy = bpf_mt_destroy_v1,
|
D | xt_SECMARK.c | 162 .destroy = secmark_tg_destroy, 172 .destroy = secmark_tg_destroy,
|
D | nft_compat.c | 288 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()
|
D | xt_conntrack.c | 290 .destroy = conntrack_mt_destroy, 300 .destroy = conntrack_mt_destroy, 310 .destroy = conntrack_mt_destroy,
|
D | xt_CT.c | 312 .destroy = xt_ct_tg_destroy_v0, 324 .destroy = xt_ct_tg_destroy_v1, 336 .destroy = xt_ct_tg_destroy_v1,
|
D | xt_cgroup.c | 186 .destroy = cgroup_mt_destroy_v1, 200 .destroy = cgroup_mt_destroy_v2,
|
D | xt_NETMAP.c | 132 .destroy = netmap_tg_destroy, 147 .destroy = netmap_tg_destroy,
|
D | xt_TEE.c | 155 .destroy = tee_tg_destroy, 167 .destroy = tee_tg_destroy,
|
D | nft_connlimit.c | 153 .destroy = nft_connlimit_obj_destroy, 236 .destroy = nft_connlimit_destroy,
|
/net/ceph/ |
D | auth_none.c | 22 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,
|
D | auth.c | 69 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/ |
D | vmci_transport.c | 1151 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/ |
D | em_ipt.c | 192 if (im->match->destroy) { in em_ipt_destroy() 199 im->match->destroy(&par); in em_ipt_destroy() 273 .destroy = em_ipt_destroy,
|
D | em_meta.c | 790 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/ |
D | auth.c | 254 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()
|