Searched refs:destroy (Results 1 - 25 of 123) sorted by relevance

12345

/net/ceph/
H A Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) function
106 .destroy = destroy,
/net/netfilter/
H A Dxt_set.c377 .destroy = set_match_v0_destroy,
387 .destroy = set_match_v1_destroy,
397 .destroy = set_match_v1_destroy,
408 .destroy = set_match_v1_destroy,
418 .destroy = set_match_v1_destroy,
429 .destroy = set_match_v3_destroy,
439 .destroy = set_match_v3_destroy,
452 .destroy = set_target_v0_destroy,
462 .destroy = set_target_v1_destroy,
472 .destroy
[all...]
H A Dxt_connmark.c130 .destroy = connmark_tg_destroy,
141 .destroy = connmark_mt_destroy,
H A Dcore.c259 void (*destroy)(struct nf_conntrack *);
262 destroy = rcu_dereference(nf_ct_destroy);
263 BUG_ON(destroy == NULL);
264 destroy(nfct);
H A Dxt_bpf.c57 .destroy = bpf_mt_destroy,
H A Dxt_nfacct.c60 .destroy = nfacct_mt_destroy,
H A Dxt_state.c63 .destroy = state_mt_destroy,
H A Dxt_CONNSECMARK.c126 .destroy = connsecmark_tg_destroy,
H A Dxt_connlabel.c84 .destroy = connlabel_mt_destroy,
H A Dxt_helper.c83 .destroy = helper_mt_destroy,
H A Dxt_quota.c74 .destroy = quota_mt_destroy,
H A Dxt_statistic.c85 .destroy = statistic_mt_destroy,
H A Dxt_string.c80 .destroy = string_mt_destroy,
H A Dxt_conntrack.c296 .destroy = conntrack_mt_destroy,
306 .destroy = conntrack_mt_destroy,
316 .destroy = conntrack_mt_destroy,
H A Dxt_SECMARK.c130 .destroy = secmark_tg_destroy,
H A Dnf_conntrack_extend.c39 if (t && t->destroy)
40 t->destroy(ct);
H A Dxt_TEE.c275 .destroy = tee_tg_destroy,
286 .destroy = tee_tg_destroy,
/net/openvswitch/
H A Dvport.h118 * @destroy: Destroys a vport. Must call vport_free() on the vport but not
135 void (*destroy)(struct vport *); member in struct:vport_ops
/net/sunrpc/
H A Dauth_null.c108 .destroy = nul_destroy,
/net/vmw_vsock/
H A Dvmci_transport.c1160 goto destroy;
1168 goto destroy;
1189 goto destroy;
1218 goto destroy;
1252 goto destroy;
1269 destroy:
1301 goto destroy;
1329 goto destroy;
1335 goto destroy;
1343 goto destroy;
[all...]
/net/ipv4/
H A Dudplite.c47 .destroy = udp_destroy_sock,
/net/ipv6/netfilter/
H A Dip6t_ipv6header.c139 .destroy = NULL,
/net/ipv6/
H A Dudplite.c43 .destroy = udpv6_destroy_sock,
/net/sched/
H A Dem_ipset.c112 .destroy = em_ipset_destroy,
H A Dsch_ingress.c126 .destroy = ingress_destroy,

Completed in 342 milliseconds

12345