Lines Matching defs:offsetofend
224 #ifndef offsetofend
225 #define offsetofend(TYPE, MEMBER) \
237 const size_t attr_sz = offsetofend(union bpf_attr, excl_prog_hash_size);
257 const size_t attr_sz = offsetofend(union bpf_attr, flags);
271 const size_t attr_sz = offsetofend(union bpf_attr, flags);
283 const size_t attr_sz = offsetofend(union bpf_attr, flags);
294 const size_t attr_sz = offsetofend(union bpf_attr, raw_tracepoint.prog_fd);
307 const size_t attr_sz = offsetofend(union bpf_attr, link_create.iter_info_len);
320 const size_t attr_sz = offsetofend(union bpf_attr, info);
339 const size_t attr_sz = offsetofend(union bpf_attr, map_fd);
355 const size_t prog_load_attr_sz = offsetofend(union bpf_attr, keyring_id);
356 const size_t test_run_attr_sz = offsetofend(union bpf_attr, test);