Home
last modified time | relevance | path

Searched refs:BPF_OBJ_PIN_struct (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dbpf_attr.h133 struct BPF_OBJ_PIN_struct { struct
140 sizeof(struct BPF_OBJ_PIN_struct) argument
143 #define BPF_OBJ_GET_struct BPF_OBJ_PIN_struct
Dbpf_attr_check.c260 static_assert(SoM(struct BPF_OBJ_PIN_struct, pathname) == SoM(union bpf_attr, pathname),
262 static_assert(offsetof(struct BPF_OBJ_PIN_struct, pathname) == offsetof(union bpf_attr, pathname),
267 static_assert(SoM(struct BPF_OBJ_PIN_struct, bpf_fd) == SoM(union bpf_attr, bpf_fd),
269 static_assert(offsetof(struct BPF_OBJ_PIN_struct, bpf_fd) == offsetof(union bpf_attr, bpf_fd),
274 static_assert(SoM(struct BPF_OBJ_PIN_struct, file_flags) == SoM(union bpf_attr, file_flags),
276 …static_assert(offsetof(struct BPF_OBJ_PIN_struct, file_flags) == offsetof(union bpf_attr, file_fla…
Dbpf.c342 if (len <= offsetof(struct BPF_OBJ_PIN_struct, file_flags)) in BEGIN_BPF_CMD_DECODER()
DChangeLog5716 * bpf_attr.h (struct BPF_OBJ_PIN_struct): Add file_flags field.
5826 struct BPF_OBJ_PIN_struct.
/external/strace/tests-mx32/
Dbpf.c673 struct BPF_OBJ_PIN_struct *attr = &check->data.BPF_OBJ_PIN_data; in init_BPF_OBJ_PIN_attr()
680 .size = offsetofend(struct BPF_OBJ_PIN_struct, pathname),
687 .size = offsetofend(struct BPF_OBJ_PIN_struct, pathname),
693 .size = offsetofend(struct BPF_OBJ_PIN_struct, bpf_fd),
702 .size = offsetofend(struct BPF_OBJ_PIN_struct, file_flags),
/external/strace/tests-m32/
Dbpf.c673 struct BPF_OBJ_PIN_struct *attr = &check->data.BPF_OBJ_PIN_data; in init_BPF_OBJ_PIN_attr()
680 .size = offsetofend(struct BPF_OBJ_PIN_struct, pathname),
687 .size = offsetofend(struct BPF_OBJ_PIN_struct, pathname),
693 .size = offsetofend(struct BPF_OBJ_PIN_struct, bpf_fd),
702 .size = offsetofend(struct BPF_OBJ_PIN_struct, file_flags),
/external/strace/tests/
Dbpf.c673 struct BPF_OBJ_PIN_struct *attr = &check->data.BPF_OBJ_PIN_data; in init_BPF_OBJ_PIN_attr()
680 .size = offsetofend(struct BPF_OBJ_PIN_struct, pathname),
687 .size = offsetofend(struct BPF_OBJ_PIN_struct, pathname),
693 .size = offsetofend(struct BPF_OBJ_PIN_struct, bpf_fd),
702 .size = offsetofend(struct BPF_OBJ_PIN_struct, file_flags),