strict_alignment_once 2538 kernel/bpf/verifier.c 			       int size, bool strict_alignment_once)
strict_alignment_once 2540 kernel/bpf/verifier.c 	bool strict = env->strict_alignment || strict_alignment_once;
strict_alignment_once 2760 kernel/bpf/verifier.c 			    int value_regno, bool strict_alignment_once)
strict_alignment_once 2772 kernel/bpf/verifier.c 	err = check_ptr_alignment(env, reg, off, size, strict_alignment_once);