Home
last modified time | relevance | path

Searched refs:BPF_F_STRICT_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dalign.c605 prog, prog_len, BPF_F_STRICT_ALIGNMENT, in do_test_single()
/Linux-v5.15/include/uapi/linux/
Dbpf.h1068 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h1068 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_verifier.c1074 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
/Linux-v5.15/kernel/bpf/
Dsyscall.c2176 if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT | in bpf_prog_load()
Dverifier.c13730 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()