Searched refs:BPF_F_STRICT_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance
63 __flag(BPF_F_STRICT_ALIGNMENT) in __flag() argument87 __flag(BPF_F_STRICT_ALIGNMENT) in __flag() argument
415 __flag(BPF_F_STRICT_ALIGNMENT) in __flag() argument
608 .prog_flags = BPF_F_STRICT_ALIGNMENT, in do_test_single()
506 update_flags(&spec->prog_flags, BPF_F_STRICT_ALIGNMENT, clear); in parse_test_spec()
1554 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
1216 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
2647 if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT | in bpf_prog_load()
22363 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()