Searched refs:BPF_F_STRICT_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
227 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
258 attr.prog_flags = strict_alignment ? BPF_F_STRICT_ALIGNMENT : 0; in bpf_verify_program()
1344 if (attr->prog_flags & ~BPF_F_STRICT_ALIGNMENT) in bpf_prog_load()
5940 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()