Home
last modified time | relevance | path

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

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