| /linux/net/core/ |
| H 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/fs/afs/ |
| H A D | cmservice.c | 40 .destructor = afs_cm_destructor, 50 .destructor = afs_cm_destructor, 60 .destructor = afs_cm_destructor, 70 .destructor = afs_cm_destructor, 80 .destructor = afs_cm_destructor, 90 .destructor = afs_cm_destructor, 100 .destructor = afs_cm_destructor,
|
| H A D | fsclient.c | 266 .destructor = afs_flat_call_destructor, 414 .destructor = afs_flat_call_destructor, 423 .destructor = afs_flat_call_destructor, 528 .destructor = afs_flat_call_destructor, 582 .destructor = afs_flat_call_destructor, 662 .destructor = afs_flat_call_destructor, 710 .destructor = afs_flat_call_destructor, 788 .destructor = afs_flat_call_destructor, 870 .destructor = afs_flat_call_destructor, 965 .destructor = afs_flat_call_destructor, [all …]
|
| H A D | yfsclient.c | 462 .destructor = afs_flat_call_destructor, 543 .destructor = afs_flat_call_destructor, 594 .destructor = afs_flat_call_destructor, 685 .destructor = afs_flat_call_destructor, 754 .destructor = afs_flat_call_destructor, 799 .destructor = afs_flat_call_destructor, 869 .destructor = afs_flat_call_destructor, 946 .destructor = afs_flat_call_destructor, 1028 .destructor = afs_flat_call_destructor, 1162 .destructor = afs_flat_call_destructor, [all …]
|
| H A D | vlclient.c | 103 .destructor = afs_flat_call_destructor, 251 .destructor = afs_flat_call_destructor, 375 .destructor = afs_destroy_vl_get_capabilities, 627 .destructor = afs_flat_call_destructor, 746 .destructor = afs_flat_call_destructor,
|
| H A D | volume.c | 100 INIT_WORK(&volume->destructor, afs_destroy_volume); in afs_alloc_volume() 239 struct afs_volume *volume = container_of(work, struct afs_volume, destructor); in afs_destroy_volume() 303 schedule_work(&volume->destructor); in afs_put_volume()
|
| /linux/net/ipv4/ |
| H A D | inet_fragment.c | 296 if (f->destructor) in inet_frag_destroy_rcu() 297 f->destructor(q); in inet_frag_destroy_rcu() 502 void (*destructor)(struct sk_buff *); in inet_frag_reasm_prepare() local 515 destructor = skb->destructor; in inet_frag_reasm_prepare() 536 skb->destructor = NULL; in inet_frag_reasm_prepare() 595 head->destructor = destructor; in inet_frag_reasm_prepare()
|
| H A D | xfrm4_tunnel.c | 50 .destructor = ipip_destroy,
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | ftrace.c | 24 void (*destructor)(struct test_ftracer *tracer); member 334 void (*destructor)(struct test_ftracer *tracer), in create_ftracer() 380 tracer->destructor = destructor; in create_ftracer() 428 if (tracer->destructor) in __destroy_ftracer() 429 tracer->destructor(tracer); in __destroy_ftracer()
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | devlink.c | 645 .destructor = kfree, 656 .destructor = kfree, 663 .destructor = kfree, 669 .destructor = kfree, 675 .destructor = kfree, 681 .destructor = kfree, 687 .destructor = kfree,
|
| /linux/tools/perf/util/ |
| H A D | parse-events.y | 74 %destructor { free ($$); } <str> 76 %destructor { parse_events_term__delete ($$); } <term> 80 %destructor { parse_events_terms__delete ($$); } <list_terms> 94 %destructor { free_list_evsel ($$); } <list_evsel> 96 %destructor { free ($$.sys); free ($$.event); } <tracepoint_name>
|
| H A D | bpf-filter.y | 44 %destructor { free ($$); } <expr>
|
| H A D | expr.y | 55 %destructor { free ($$); } <str> 57 %destructor { ids__free($$.ids); } <ids>
|
| /linux/Documentation/admin-guide/aoe/ |
| H 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/drivers/net/ethernet/intel/ixgbe/devlink/ |
| H A D | region.c | 206 .destructor = kvfree, 213 .destructor = kvfree, 220 .destructor = kvfree,
|
| /linux/lib/ |
| H A D | closure.c | 45 closure_fn *destructor = cl->fn; in closure_put_after_sub() local 49 if (destructor) in closure_put_after_sub() 50 destructor(&cl->work); in closure_put_after_sub()
|
| /linux/net/rxrpc/ |
| H A D | conn_object.c | 67 INIT_WORK(&conn->destructor, rxrpc_clean_up_connection); in rxrpc_alloc_connection() 309 container_of(work, struct rxrpc_connection, destructor); in rxrpc_clean_up_connection() 378 schedule_work(&conn->destructor); in rxrpc_put_connection() 380 rxrpc_clean_up_connection(&conn->destructor); in rxrpc_put_connection()
|
| /linux/net/tls/ |
| H A D | tls_device_fallback.c | 190 nskb->destructor = skb->destructor; in complete_skb() 192 skb->destructor = NULL; in complete_skb() 198 if (nskb->destructor == sock_efree) in complete_skb()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | crdump.c | 49 .destructor = &kvfree, 54 .destructor = &kvfree,
|
| /linux/net/sched/ |
| H A D | act_sample.c | 273 tc_action_priv_destructor *destructor) in tcf_sample_get_group() argument 282 *destructor = tcf_psample_group_put; in tcf_sample_get_group() 292 act->ops->get_psample_group(act, &entry->destructor); in tcf_offload_sample_get_group()
|
| H A D | act_mirred.c | 567 tc_action_priv_destructor *destructor) in tcf_mirred_get_dev() argument 576 *destructor = tcf_mirred_dev_put; in tcf_mirred_get_dev() 591 entry->dev = act->ops->get_dev(act, &entry->destructor); in tcf_offload_mirred_get_dev()
|
| /linux/include/kvm/ |
| H A D | iodev.h | 28 void (*destructor)(struct kvm_io_device *this); member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H 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() 859 cookie_ref->resource.destructor = mlxsw_afa_cookie_ref_destructor; in mlxsw_afa_cookie_ref_create() 989 policer_ref->resource.destructor = mlxsw_afa_policer_ref_destructor; in mlxsw_afa_policer_ref_create() 1401 mirror->resource.destructor = mlxsw_afa_mirror_destructor; in mlxsw_afa_mirror_create() 2203 sampler->resource.destructor = mlxsw_afa_sampler_destructor; in mlxsw_afa_sampler_create()
|
| /linux/drivers/hsi/clients/ |
| H 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/include/net/ |
| H A D | act_api.h | 137 tc_action_priv_destructor *destructor); 140 tc_action_priv_destructor *destructor);
|