Searched refs:offsetof_true_size (Results 1 – 2 of 2) sorted by relevance
835 log->offsetof_true_size = offsetof_log_true_size; in bpf_log_attr_init()843 log->offsetof_true_size = 0; in bpf_log_attr_init()845 log->offsetof_true_size = offsetof(struct bpf_common_attr, log_true_size); in bpf_log_attr_init()860 attr_log->offsetof_true_size = offsetof(struct bpf_common_attr, log_true_size); in bpf_log_attr_create_vlog()886 if (attr->offsetof_true_size && in bpf_log_attr_finalize()887 copy_to_bpfptr_offset(attr->uattr, attr->offsetof_true_size, &log_true_size, in bpf_log_attr_finalize()
772 u32 offsetof_true_size; member