BPF_F_STRICT_ALIGNMENT 1643 kernel/bpf/syscall.c 	if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT |
BPF_F_STRICT_ALIGNMENT 9345 kernel/bpf/verifier.c 	env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT);
BPF_F_STRICT_ALIGNMENT  623 tools/testing/selftests/bpf/test_align.c 				     prog, prog_len, BPF_F_STRICT_ALIGNMENT,
BPF_F_STRICT_ALIGNMENT  929 tools/testing/selftests/bpf/test_verifier.c 		pflags |= BPF_F_STRICT_ALIGNMENT;