strict_alignment 357 include/linux/bpf_verifier.h bool strict_alignment; /* perform strict pointer alignment checks */ strict_alignment 2540 kernel/bpf/verifier.c bool strict = env->strict_alignment || strict_alignment_once; strict_alignment 9345 kernel/bpf/verifier.c env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); strict_alignment 9347 kernel/bpf/verifier.c env->strict_alignment = true; strict_alignment 9349 kernel/bpf/verifier.c env->strict_alignment = false;