| /net/netfilter/ |
| A 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 …]
|
| A 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,
|
| A D | xt_socket.c | 244 .destroy = socket_mt_destroy, 259 .destroy = socket_mt_destroy, 271 .destroy = socket_mt_destroy, 284 .destroy = socket_mt_destroy, 297 .destroy = socket_mt_destroy, 310 .destroy = socket_mt_destroy,
|
| A D | xt_connmark.c | 158 .destroy = connmark_tg_destroy, 168 .destroy = connmark_tg_destroy, 179 .destroy = connmark_tg_destroy, 189 .destroy = connmark_tg_destroy, 202 .destroy = connmark_mt_destroy,
|
| A D | xt_SECMARK.c | 162 .destroy = secmark_tg_destroy, 172 .destroy = secmark_tg_destroy, 184 .destroy = secmark_tg_destroy, 194 .destroy = secmark_tg_destroy,
|
| A D | xt_CT.c | 343 .destroy = xt_ct_tg_destroy_v0, 355 .destroy = xt_ct_tg_destroy_v1, 367 .destroy = xt_ct_tg_destroy_v1, 387 .destroy = xt_ct_tg_destroy_v0, 399 .destroy = xt_ct_tg_destroy_v1, 411 .destroy = xt_ct_tg_destroy_v1,
|
| A D | xt_TRACE.c | 40 .destroy = trace_tg_destroy, 51 .destroy = trace_tg_destroy,
|
| A D | xt_nfacct.c | 64 .destroy = nfacct_mt_destroy, 75 .destroy = nfacct_mt_destroy,
|
| A D | nft_masq.c | 143 .destroy = nft_masq_ipv4_destroy, 171 .destroy = nft_masq_ipv6_destroy, 213 .destroy = nft_masq_inet_destroy,
|
| A D | nft_redir.c | 146 .destroy = nft_redir_ipv4_destroy, 174 .destroy = nft_redir_ipv6_destroy, 203 .destroy = nft_redir_inet_destroy,
|
| A D | xt_REDIRECT.c | 84 .destroy = redirect_tg_destroy, 98 .destroy = redirect_tg_destroy,
|
| A D | xt_LOG.c | 84 .destroy = log_tg_destroy, 94 .destroy = log_tg_destroy,
|
| A D | xt_CONNSECMARK.c | 123 .destroy = connsecmark_tg_destroy, 134 .destroy = connsecmark_tg_destroy,
|
| A D | xt_NFLOG.c | 73 .destroy = nflog_tg_destroy, 84 .destroy = nflog_tg_destroy,
|
| A D | xt_TPROXY.c | 220 .destroy = tproxy_tg4_destroy, 232 .destroy = tproxy_tg4_destroy, 245 .destroy = tproxy_tg6_destroy,
|
| A D | xt_MASQUERADE.c | 82 .destroy = masquerade_tg_destroy, 93 .destroy = masquerade_tg_destroy,
|
| A D | xt_bpf.c | 124 .destroy = bpf_mt_destroy, 135 .destroy = bpf_mt_destroy_v1,
|
| A D | nft_limit.c | 243 .destroy = nft_limit_pkts_destroy, 301 .destroy = nft_limit_bytes_destroy, 377 .destroy = nft_limit_obj_pkts_destroy, 424 .destroy = nft_limit_obj_bytes_destroy,
|
| A D | nft_compat.c | 310 if (par.target->destroy != NULL) in nft_target_destroy() 311 par.target->destroy(&par); in nft_target_destroy() 560 if (par.match->destroy != NULL) in __nft_match_destroy() 561 par.match->destroy(&par); in __nft_match_destroy() 820 ops->destroy = nft_match_destroy; in nft_match_select_ops() 832 ops->destroy = nft_match_large_destroy; in nft_match_select_ops() 910 ops->destroy = nft_target_destroy; in nft_target_select_ops()
|
| A D | xt_cluster.c | 156 .destroy = xt_cluster_mt_destroy, 166 .destroy = xt_cluster_mt_destroy,
|
| /net/ceph/ |
| A D | auth_none.c | 22 static void destroy(struct ceph_auth_client *ac) in destroy() function 104 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer() 123 .destroy = destroy,
|
| /net/vmw_vsock/ |
| A D | vmci_transport.c | 1160 goto destroy; in vmci_transport_recv_connecting_server() 1181 goto destroy; in vmci_transport_recv_connecting_server() 1210 goto destroy; in vmci_transport_recv_connecting_server() 1244 goto destroy; in vmci_transport_recv_connecting_server() 1261 destroy: in vmci_transport_recv_connecting_server() 1361 goto destroy; in vmci_transport_recv_connecting_client() 1366 destroy: in vmci_transport_recv_connecting_client() 1404 goto destroy; in vmci_transport_recv_connecting_client_negotiate() 1433 goto destroy; in vmci_transport_recv_connecting_client_negotiate() 1447 goto destroy; in vmci_transport_recv_connecting_client_negotiate() [all …]
|
| /net/sched/ |
| A 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,
|
| A D | bpf_qdisc.c | 171 prog->aux->attach_st_ops_member_off != offsetof(struct Qdisc_ops, destroy)) in BTF_ID_LIST_SINGLE() 311 [QDISC_OP_IDX(destroy)] = QDISC_OPS_KF_COMMON, 401 !ops->reset || !ops->destroy) in bpf_qdisc_validate() 437 .destroy = Qdisc_ops__destroy,
|
| A D | em_meta.c | 793 void (*destroy)(struct meta_value *); member 802 .destroy = meta_var_destroy, 876 if (ops && ops->destroy) { in meta_delete() 877 ops->destroy(&meta->lvalue); in meta_delete() 878 ops->destroy(&meta->rvalue); in meta_delete() 993 .destroy = em_meta_destroy,
|