Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dalign.c598 .prog_flags = BPF_F_STRICT_ALIGNMENT, in do_test_single()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h1101 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/Linux-v6.1/include/uapi/linux/
Dbpf.h1101 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_verifier.c1481 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
/Linux-v6.1/kernel/bpf/
Dsyscall.c2475 if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT | in bpf_prog_load()
Dverifier.c15235 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()