Searched defs:attr_sz (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | bpf.c | 391 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_update_elem() local 407 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_elem() local 422 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_elem_flags() local 438 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_and_delete_elem() local 453 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_and_delete_elem_flags() local 469 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_delete_elem() local 483 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_delete_elem_flags() local 513 const size_t attr_sz = offsetofend(union bpf_attr, map_fd); in bpf_map_freeze() local 529 const size_t attr_sz = offsetofend(union bpf_attr, batch); in bpf_map_batch_common() local 982 const size_t attr_sz = offsetofend(union bpf_attr, test); in bpf_prog_test_run_opts() local [all …]
|
| H A D | skel_internal.h | 225 const size_t attr_sz = offsetofend(union bpf_attr, map_extra); in skel_map_create() local 242 const size_t attr_sz = offsetofend(union bpf_attr, flags); in skel_map_update_elem() local 256 const size_t attr_sz = offsetofend(union bpf_attr, flags); in skel_map_delete_elem() local 268 const size_t attr_sz = offsetofend(union bpf_attr, flags); in skel_map_get_fd_by_id() local 279 const size_t attr_sz = offsetofend(union bpf_attr, raw_tracepoint.prog_fd); in skel_raw_tracepoint_open() local 292 const size_t attr_sz = offsetofend(union bpf_attr, link_create.iter_info_len); in skel_link_create() local
|
| H A D | features.c | 25 const size_t attr_sz = offsetofend(union bpf_attr, prog_token_fd); in probe_kern_prog_name() local
|
| H A D | libbpf.c | 11017 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_open_probe() local 11168 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_kprobe_open_legacy() local 11905 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_uprobe_open_legacy() local 12529 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_open_tracepoint() local 13357 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_buffer__new() local
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | syscall.c | 165 const int attr_sz = sizeof(union bpf_attr); in update_outer_map() local
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | sample.c | 347 u32 attr_sz = ns_to_attr_sz(MLX5_FLOW_NAMESPACE_FDB); in add_post_rule() local
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | test_shadow_stack.c | 814 const size_t attr_sz = sizeof(struct perf_event_attr); in test_uretprobe() local
|
| /linux-6.15/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 4977 const size_t attr_sz = sizeof(struct perf_event_attr); in FIXTURE_SETUP() local
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 3667 u32 attr_sz = ns_to_attr_sz(ns_type); in mlx5e_clone_flow_attr_for_post_act() local
|