Symbol: bpf_common_attr
include/linux/bpf_verifier.h
775
u32 offsetof_log_true_size, bpfptr_t uattr, struct bpf_common_attr *common,
include/linux/bpf_verifier.h
778
struct bpf_common_attr *common, bpfptr_t uattr,
include/linux/syscalls.h
944
struct bpf_common_attr __user *attr_common, unsigned int size_common);
kernel/bpf/log.c
828
u32 offsetof_log_true_size, bpfptr_t uattr, struct bpf_common_attr *common,
kernel/bpf/log.c
855
if (size_common >= offsetofend(struct bpf_common_attr, log_true_size))
kernel/bpf/log.c
856
log->offsetof_true_size = offsetof(struct bpf_common_attr, log_true_size);
kernel/bpf/log.c
862
struct bpf_common_attr *common, bpfptr_t uattr,
kernel/bpf/log.c
870
if (size >= offsetofend(struct bpf_common_attr, log_true_size))
kernel/bpf/log.c
871
attr_log->offsetof_true_size = offsetof(struct bpf_common_attr, log_true_size);
kernel/bpf/syscall.c
1626
static int map_create(union bpf_attr *attr, bpfptr_t uattr, struct bpf_common_attr *attr_common,
kernel/bpf/syscall.c
6357
struct bpf_common_attr attr_common;
kernel/bpf/syscall.c
6376
offsetofend(struct bpf_common_attr, log_true_size),
kernel/bpf/syscall.c
6535
struct bpf_common_attr __user *, uattr_common, unsigned int, size_common)
tools/lib/bpf/bpf.c
102
sizeof(struct bpf_common_attr));
tools/lib/bpf/bpf.c
214
const size_t attr_common_sz = sizeof(struct bpf_common_attr);
tools/lib/bpf/bpf.c
215
struct bpf_common_attr attr_common;
tools/lib/bpf/bpf.c
76
struct bpf_common_attr *attr_common,
tools/lib/bpf/bpf.c
85
struct bpf_common_attr *attr_common,
tools/testing/selftests/bpf/prog_tests/map_init.c
359
__u8 attrs[offsetofend(struct bpf_common_attr, log_true_size)];