Searched refs:BPF_F_STRICT_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
605 prog, prog_len, BPF_F_STRICT_ALIGNMENT, in do_test_single()
1068 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
1074 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
2176 if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT | in bpf_prog_load()
13730 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()