Searched refs:destroy (Results 76 - 100 of 733) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dsock_diag.h20 int (*destroy)(struct sk_buff *skb, struct nlmsghdr *nlh); member in struct:sock_diag_handler
/linux-master/net/sched/
H A Dem_ipt.c192 if (im->match->destroy) {
199 im->match->destroy(&par);
273 .destroy = em_ipt_destroy,
/linux-master/tools/testing/selftests/ipc/
H A Dmsgque.c63 goto destroy;
71 goto destroy;
76 destroy:
78 printf("Failed to destroy queue: %d\n", -errno);
125 printf("Failed to destroy queue: %d\n", -errno);
231 printf("Failed to check and destroy queue: %d\n", err);
250 printf("Failed to destroy queue: %d\n", -errno);
/linux-master/arch/sh/kernel/
H A Dperf_event.c131 event->destroy = hw_perf_event_destroy;
300 if (event->destroy)
301 event->destroy(event);
/linux-master/net/netfilter/
H A Dxt_TPROXY.c220 .destroy = tproxy_tg4_destroy,
232 .destroy = tproxy_tg4_destroy,
245 .destroy = tproxy_tg6_destroy,
H A Dxt_connmark.c158 .destroy = connmark_tg_destroy,
168 .destroy = connmark_tg_destroy,
180 .destroy = connmark_mt_destroy,
H A Dnft_redir.c147 .destroy = nft_redir_ipv4_destroy,
175 .destroy = nft_redir_ipv6_destroy,
204 .destroy = nft_redir_inet_destroy,
H A Dnft_masq.c144 .destroy = nft_masq_ipv4_destroy,
172 .destroy = nft_masq_ipv6_destroy,
214 .destroy = nft_masq_inet_destroy,
H A Dxt_conntrack.c290 .destroy = conntrack_mt_destroy,
300 .destroy = conntrack_mt_destroy,
310 .destroy = conntrack_mt_destroy,
H A Dxt_CT.c323 .destroy = xt_ct_tg_destroy_v0,
335 .destroy = xt_ct_tg_destroy_v1,
347 .destroy = xt_ct_tg_destroy_v1,
/linux-master/include/drm/ttm/
H A Dttm_bo.h80 * @destroy: Destruction function. If NULL, kfree is used.
95 * The destroy member, the API visibility of this object makes it possible
107 void (*destroy) (struct ttm_buffer_object *); member in struct:ttm_buffer_object
364 void (*destroy)(struct ttm_buffer_object *));
369 void (*destroy)(struct ttm_buffer_object *));
/linux-master/net/vmw_vsock/
H A Dvmci_transport.c1152 goto destroy;
1160 goto destroy;
1181 goto destroy;
1210 goto destroy;
1244 goto destroy;
1261 destroy:
1293 goto destroy;
1320 goto destroy;
1326 goto destroy;
1334 goto destroy;
[all...]
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c52 .destroy = drm_crtc_cleanup,
62 .destroy = drm_gem_fb_destroy,
248 .destroy = virtio_gpu_conn_destroy,
/linux-master/net/ipv6/netfilter/
H A Dip6t_ipv6header.c138 .destroy = NULL,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_encoder.c41 .destroy = omap_encoder_destroy,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpummu.c89 .destroy = msm_gpummu_destroy,
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_lvds.c62 .destroy = sun4i_lvds_connector_destroy,
/linux-master/include/drm/
H A Ddrm_encoder_slave.h54 void (*destroy)(struct drm_encoder *encoder); member in struct:drm_encoder_slave_funcs
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h60 void (*destroy)(struct cphy *); member in struct:cphy_ops
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c17 .destroy = drm_plane_cleanup,
/linux-master/net/openvswitch/
H A Dvport.h119 * @destroy: Destroys a vport. Must call vport_free() on the vport but not
134 void (*destroy)(struct vport *); member in struct:vport_ops
H A Dvport-gre.c85 .destroy = ovs_netdev_tunnel_destroy,
H A Dvport-geneve.c120 .destroy = ovs_netdev_tunnel_destroy,
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_rgb.c50 .destroy = fsl_dcu_drm_connector_destroy,
/linux-master/include/linux/sunrpc/
H A Drpc_pipe_fs.h23 void (*destroy)(struct dentry *dir, member in struct:rpc_pipe_dir_object_ops

Completed in 200 milliseconds

1234567891011>>