Searched defs:attr_sz (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/tools/lib/bpf/ |
D | bpf.c | 108 const size_t attr_sz = offsetofend(union bpf_attr, attach_btf_obj_fd); in probe_memcg_account() local 172 const size_t attr_sz = offsetofend(union bpf_attr, map_extra); in bpf_map_create() local 235 const size_t attr_sz = offsetofend(union bpf_attr, log_true_size); in bpf_prog_load() local 383 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_update_elem() local 399 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_elem() local 414 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_elem_flags() local 430 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_and_delete_elem() local 445 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_lookup_and_delete_elem_flags() local 461 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_delete_elem() local 475 const size_t attr_sz = offsetofend(union bpf_attr, flags); in bpf_map_delete_elem_flags() local [all …]
|
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
|
D | libbpf.c | 4545 const size_t attr_sz = offsetofend(union bpf_attr, prog_name); in probe_kern_prog_name() local 10248 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_open_probe() local 10400 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_kprobe_open_legacy() local 11064 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_uprobe_open_legacy() local 11664 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_event_open_tracepoint() local 12429 const size_t attr_sz = sizeof(struct perf_event_attr); in perf_buffer__new() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | sample.c | 347 u32 attr_sz = ns_to_attr_sz(MLX5_FLOW_NAMESPACE_FDB); in add_post_rule() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 3543 u32 attr_sz = ns_to_attr_sz(ns_type); in mlx5e_clone_flow_attr_for_post_act() local
|