/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/net/ipv4/ |
H A D | inet_fragment.c | 261 if (f->destructor) in inet_frag_destroy_rcu() 262 f->destructor(q); in inet_frag_destroy_rcu() 453 void (*destructor)(struct sk_buff *); in inet_frag_reasm_prepare() local 466 destructor = skb->destructor; in inet_frag_reasm_prepare() 487 skb->destructor = NULL; in inet_frag_reasm_prepare() 546 head->destructor = destructor; in inet_frag_reasm_prepare()
|
H A D | tcp_offload.c | 175 copy_destructor = gso_skb->destructor == tcp_wfree; in tcp_gso_segment() 218 skb->destructor = gso_skb->destructor; in tcp_gso_segment() 239 swap(gso_skb->destructor, skb->destructor); in tcp_gso_segment()
|
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/fs/afs/ |
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, 1080 .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,
|
/linux/include/net/ |
H A D | request_sock.h | 38 void (*destructor)(struct request_sock *req); member 122 skb->destructor = NULL; in skb_steal_sock() 129 req->rsk_ops->destructor(req); in __reqsk_free()
|
H A D | act_api.h | 134 tc_action_priv_destructor *destructor); 137 tc_action_priv_destructor *destructor);
|
/linux/tools/perf/util/ |
H A D | parse-events.y | 78 %destructor { free ($$); } <str> 80 %destructor { parse_events_term__delete ($$); } <term> 84 %destructor { parse_events_terms__delete ($$); } <list_terms> 100 %destructor { free_list_evsel ($$); } <list_evsel> 102 %destructor { free ($$.sys); free ($$.event); } <tracepoint_name> 104 %destructor { free ($$.str); } <hardware_term>
|
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/drivers/net/dsa/mv88e6xxx/ |
H A D | devlink.c | 648 .destructor = kfree, 659 .destructor = kfree, 666 .destructor = kfree, 672 .destructor = kfree, 678 .destructor = kfree, 684 .destructor = kfree, 690 .destructor = kfree,
|
/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 | 193 nskb->destructor = skb->destructor; in update_chksum() 195 skb->destructor = NULL; in update_chksum() 201 if (nskb->destructor == sock_efree)
|
/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 | 574 tc_action_priv_destructor *destructor) in tcf_offload_mirred_get_dev() 583 *destructor = tcf_mirred_dev_put; in tcf_mirred_offload_act_setup() 598 entry->dev = act->ops->get_dev(act, &entry->destructor); in tcf_mirred_offload_act_setup() 552 tcf_mirred_get_dev(const struct tc_action * a,tc_action_priv_destructor * destructor) tcf_mirred_get_dev() argument
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | crdump.c | 49 .destructor = &kvfree, 54 .destructor = &kvfree,
|
/linux/include/kvm/ |
H A D | iodev.h | 28 void (*destructor)(struct kvm_io_device *this); member
|
/linux/net/caif/ |
H A D | caif_dev.c | 226 caifd->xoff_skb_dtor = skb->destructor; in transmit() 227 skb->destructor = caif_flow_cb; in transmit() 449 caifd->xoff_skb->destructor = caifd->xoff_skb_dtor; in caif_device_notify()
|
/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()
|