Searched refs:BPF_F_ANY_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
1082 #define BPF_F_ANY_ALIGNMENT (1U << 1) macro
1076 pflags |= BPF_F_ANY_ALIGNMENT; in do_test_single()
2177 BPF_F_ANY_ALIGNMENT | in bpf_prog_load()2184 (attr->prog_flags & BPF_F_ANY_ALIGNMENT) && in bpf_prog_load()
13733 if (attr->prog_flags & BPF_F_ANY_ALIGNMENT) in bpf_check()