Lines Matching refs:bpf_attr
31 * blob - bpf_attr-s, strings, insns, map data.
43 #define attr_field(attr, field) (attr + offsetof(union bpf_attr, field))
420 int attr_size = offsetofend(union bpf_attr, btf_log_level);
422 union bpf_attr attr;
431 /* populate union bpf_attr with user provided log details */
438 /* populate union bpf_attr with a pointer to the BTF data */
454 int attr_size = offsetofend(union bpf_attr, map_extra);
457 union bpf_attr attr;
478 /* populate union bpf_attr with btf_fd saved in the stack earlier */
940 int attr_size = offsetofend(union bpf_attr, core_relo_rec_size);
941 union bpf_attr attr;
977 /* populate union bpf_attr with a pointer to license */
980 /* populate union bpf_attr with a pointer to instructions */
983 /* populate union bpf_attr with a pointer to func_info */
986 /* populate union bpf_attr with a pointer to line_info */
989 /* populate union bpf_attr with a pointer to core_relos */
992 /* populate union bpf_attr fd_array with a pointer to data where map_fds are saved */
995 /* populate union bpf_attr with user provided log details */
1002 /* populate union bpf_attr with btf_fd saved in the stack earlier */
1007 /* populate union bpf_attr with btf_id and btf_obj_fd found by helper */
1011 offsetof(union bpf_attr, attach_btf_id)));
1014 offsetof(union bpf_attr, attach_btf_obj_fd)));
1037 int attr_size = offsetofend(union bpf_attr, flags);
1039 union bpf_attr attr;
1084 int attr_size = offsetofend(union bpf_attr, flags);
1086 union bpf_attr attr;
1110 int attr_size = offsetofend(union bpf_attr, map_fd);
1112 union bpf_attr attr;