Lines Matching defs:offsetofend
214 #ifndef offsetofend
215 #define offsetofend(TYPE, MEMBER) \
225 const size_t attr_sz = offsetofend(union bpf_attr, map_extra);
242 const size_t attr_sz = offsetofend(union bpf_attr, flags);
256 const size_t attr_sz = offsetofend(union bpf_attr, flags);
268 const size_t attr_sz = offsetofend(union bpf_attr, flags);
279 const size_t attr_sz = offsetofend(union bpf_attr, raw_tracepoint.prog_fd);
292 const size_t attr_sz = offsetofend(union bpf_attr, link_create.iter_info_len);
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);