Searched refs:BPF_F_STRICT_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
598 .prog_flags = BPF_F_STRICT_ALIGNMENT, in do_test_single()
1101 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
1481 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
2475 if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT | in bpf_prog_load()
15235 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()