/linux/net/core/ |
A D | sock_destructor.h | 8 return skb->destructor == sock_wfree || in is_skb_wmem() 9 skb->destructor == __sock_wfree || in is_skb_wmem() 10 (IS_ENABLED(CONFIG_INET) && skb->destructor == tcp_wfree); in is_skb_wmem()
|
/linux/include/kvm/ |
A D | iodev.h | 28 void (*destructor)(struct kvm_io_device *this); member 60 if (dev->ops->destructor) in kvm_iodevice_destructor() 61 dev->ops->destructor(dev); in kvm_iodevice_destructor()
|
/linux/fs/afs/ |
A D | fsclient.c | 266 .destructor = afs_flat_call_destructor, 408 .destructor = afs_flat_call_destructor, 415 .destructor = afs_flat_call_destructor, 517 .destructor = afs_flat_call_destructor, 570 .destructor = afs_flat_call_destructor, 649 .destructor = afs_flat_call_destructor, 696 .destructor = afs_flat_call_destructor, 773 .destructor = afs_flat_call_destructor, 854 .destructor = afs_flat_call_destructor, 948 .destructor = afs_flat_call_destructor, [all …]
|
A D | cmservice.c | 38 .destructor = afs_cm_destructor, 48 .destructor = afs_cm_destructor, 58 .destructor = afs_cm_destructor, 68 .destructor = afs_cm_destructor, 78 .destructor = afs_cm_destructor, 88 .destructor = afs_cm_destructor, 98 .destructor = afs_cm_destructor,
|
A D | yfsclient.c | 456 .destructor = afs_flat_call_destructor, 534 .destructor = afs_flat_call_destructor, 584 .destructor = afs_flat_call_destructor, 673 .destructor = afs_flat_call_destructor, 741 .destructor = afs_flat_call_destructor, 785 .destructor = afs_flat_call_destructor, 854 .destructor = afs_flat_call_destructor, 930 .destructor = afs_flat_call_destructor, 1011 .destructor = afs_flat_call_destructor, 1062 .destructor = afs_flat_call_destructor, [all …]
|
A D | vlclient.c | 122 .destructor = afs_destroy_vl_get_entry_by_name_u, 261 .destructor = afs_vl_get_addrs_u_destructor, 370 .destructor = afs_destroy_vl_get_capabilities, 613 .destructor = afs_vl_get_addrs_u_destructor, 725 .destructor = afs_destroy_yfsvl_get_cell_name,
|
/linux/net/ipv4/ |
A D | tcp_offload.c | 93 copy_destructor = gso_skb->destructor == tcp_wfree; in tcp_gso_segment() 135 skb->destructor = gso_skb->destructor; in tcp_gso_segment() 155 swap(gso_skb->destructor, skb->destructor); in tcp_gso_segment()
|
A D | udp_offload.c | 285 copy_dtor = gso_skb->destructor == sock_wfree; in __udp_gso_segment() 287 gso_skb->destructor = NULL; in __udp_gso_segment() 292 gso_skb->destructor = sock_wfree; in __udp_gso_segment() 317 seg->destructor = sock_wfree; in __udp_gso_segment()
|
A D | xfrm4_tunnel.c | 46 .destructor = ipip_destroy,
|
/linux/drivers/md/bcache/ |
A D | closure.c | 30 closure_fn *destructor = cl->fn; in closure_put_after_sub() local 34 if (destructor) in closure_put_after_sub() 35 destructor(cl); in closure_put_after_sub()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | devlink.c | 581 .destructor = kfree, 592 .destructor = kfree, 599 .destructor = kfree, 605 .destructor = kfree, 611 .destructor = kfree, 617 .destructor = kfree,
|
/linux/Documentation/admin-guide/aoe/ |
A D | todo.rst | 13 the destructor member of the struct sk_buff is available to the aoe 15 sk_buffs, and by registering a destructor, we should be able to
|
/linux/tools/perf/util/ |
A D | parse-events.y | 93 %destructor { free ($$); } <str> 95 %destructor { parse_events_term__delete ($$); } <term> 99 %destructor { parse_events_terms__delete ($$); } <list_terms> 116 %destructor { free_list_evsel ($$); } <list_evsel> 118 %destructor { free ($$.sys); free ($$.event); } <tracepoint_name> 122 %destructor { free ($$.ranges); } <array>
|
A D | expr.y | 51 %destructor { free ($$); } <str> 53 %destructor { ids__free($$.ids); } <ids>
|
/linux/net/tls/ |
A D | tls_device_fallback.c | 205 nskb->destructor = skb->destructor; in complete_skb() 207 skb->destructor = NULL; in complete_skb() 213 if (nskb->destructor == sock_efree) in complete_skb()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | crdump.c | 49 .destructor = &kvfree, 54 .destructor = &kvfree,
|
/linux/include/net/ |
A D | request_sock.h | 38 void (*destructor)(struct request_sock *req); member 117 req->rsk_ops->destructor(req); in __reqsk_free()
|
A D | act_api.h | 120 tc_action_priv_destructor *destructor); 123 tc_action_priv_destructor *destructor);
|
/linux/include/linux/ |
A D | netlink.h | 181 nskb->destructor = skb->destructor; in netlink_skb_clone()
|
/linux/net/caif/ |
A D | caif_dev.c | 225 caifd->xoff_skb_dtor = skb->destructor; in transmit() 226 skb->destructor = caif_flow_cb; in transmit() 448 caifd->xoff_skb->destructor = caifd->xoff_skb_dtor; in caif_device_notify()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_acl_flex_actions.c | 381 void (*destructor)(struct mlxsw_afa_block *block, member 401 resource->destructor(block, resource); in mlxsw_afa_resources_destroy() 665 fwd_entry_ref->resource.destructor = mlxsw_afa_fwd_entry_ref_destructor; in mlxsw_afa_fwd_entry_ref_create() 713 counter->resource.destructor = mlxsw_afa_counter_destructor; in mlxsw_afa_counter_create() 858 cookie_ref->resource.destructor = mlxsw_afa_cookie_ref_destructor; in mlxsw_afa_cookie_ref_create() 988 policer_ref->resource.destructor = mlxsw_afa_policer_ref_destructor; in mlxsw_afa_policer_ref_create() 1400 mirror->resource.destructor = mlxsw_afa_mirror_destructor; in mlxsw_afa_mirror_create() 2085 sampler->resource.destructor = mlxsw_afa_sampler_destructor; in mlxsw_afa_sampler_create()
|
/linux/include/net/netfilter/ |
A D | nf_tproxy.h | 25 skb->destructor = sock_edemux; in nf_tproxy_assign_sock()
|
/linux/drivers/hsi/clients/ |
A D | hsi_char.c | 316 msg->destructor = hsc_break_req_destructor; in hsc_break_request() 334 msg->destructor = hsi_free_msg; in hsc_break_send() 436 msg->destructor = hsc_rx_msg_destructor; in hsc_read() 497 msg->destructor = hsc_tx_msg_destructor; in hsc_write()
|
/linux/net/sched/ |
A D | act_sample.c | 270 tc_action_priv_destructor *destructor) in tcf_sample_get_group() argument 279 *destructor = tcf_psample_group_put; in tcf_sample_get_group()
|
/linux/tools/testing/selftests/rseq/ |
A D | rseq.c | 150 void __attribute__((destructor)) rseq_fini(void) in rseq_fini()
|