Home
last modified time | relevance | path

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

12345678

/net/netfilter/
A 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 …]
A 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,
A Dxt_socket.c244 .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 Dxt_connmark.c158 .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 Dxt_SECMARK.c162 .destroy = secmark_tg_destroy,
172 .destroy = secmark_tg_destroy,
184 .destroy = secmark_tg_destroy,
194 .destroy = secmark_tg_destroy,
A Dxt_CT.c343 .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 Dxt_TRACE.c40 .destroy = trace_tg_destroy,
51 .destroy = trace_tg_destroy,
A Dxt_nfacct.c64 .destroy = nfacct_mt_destroy,
75 .destroy = nfacct_mt_destroy,
A Dnft_masq.c143 .destroy = nft_masq_ipv4_destroy,
171 .destroy = nft_masq_ipv6_destroy,
213 .destroy = nft_masq_inet_destroy,
A Dnft_redir.c146 .destroy = nft_redir_ipv4_destroy,
174 .destroy = nft_redir_ipv6_destroy,
203 .destroy = nft_redir_inet_destroy,
A Dxt_REDIRECT.c84 .destroy = redirect_tg_destroy,
98 .destroy = redirect_tg_destroy,
A Dxt_LOG.c84 .destroy = log_tg_destroy,
94 .destroy = log_tg_destroy,
A Dxt_CONNSECMARK.c123 .destroy = connsecmark_tg_destroy,
134 .destroy = connsecmark_tg_destroy,
A Dxt_NFLOG.c73 .destroy = nflog_tg_destroy,
84 .destroy = nflog_tg_destroy,
A Dxt_TPROXY.c220 .destroy = tproxy_tg4_destroy,
232 .destroy = tproxy_tg4_destroy,
245 .destroy = tproxy_tg6_destroy,
A Dxt_MASQUERADE.c82 .destroy = masquerade_tg_destroy,
93 .destroy = masquerade_tg_destroy,
A Dxt_bpf.c124 .destroy = bpf_mt_destroy,
135 .destroy = bpf_mt_destroy_v1,
A Dnft_limit.c243 .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 Dnft_compat.c310 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 Dxt_cluster.c156 .destroy = xt_cluster_mt_destroy,
166 .destroy = xt_cluster_mt_destroy,
/net/ceph/
A Dauth_none.c22 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 Dvmci_transport.c1160 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 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,
A Dbpf_qdisc.c171 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 Dem_meta.c793 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,

Completed in 37 milliseconds

12345678