Lines Matching refs:bpf_attr
71 static inline int skel_sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr,
225 const size_t attr_sz = offsetofend(union bpf_attr, map_extra);
226 union bpf_attr attr;
242 const size_t attr_sz = offsetofend(union bpf_attr, flags);
243 union bpf_attr attr;
256 const size_t attr_sz = offsetofend(union bpf_attr, flags);
257 union bpf_attr attr;
268 const size_t attr_sz = offsetofend(union bpf_attr, flags);
269 union bpf_attr attr;
279 const size_t attr_sz = offsetofend(union bpf_attr, raw_tracepoint.prog_fd);
280 union bpf_attr attr;
292 const size_t attr_sz = offsetofend(union bpf_attr, link_create.iter_info_len);
293 union bpf_attr attr;
311 const size_t prog_load_attr_sz = offsetofend(union bpf_attr, fd_array);
312 const size_t test_run_attr_sz = offsetofend(union bpf_attr, test);
314 union bpf_attr attr;