Searched refs:BPF_F_ANY_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
1115 #define BPF_F_ANY_ALIGNMENT (1U << 1) macro
1483 pflags |= BPF_F_ANY_ALIGNMENT; in do_test_single()
2476 BPF_F_ANY_ALIGNMENT | in bpf_prog_load()2484 (attr->prog_flags & BPF_F_ANY_ALIGNMENT) && in bpf_prog_load()
15238 if (attr->prog_flags & BPF_F_ANY_ALIGNMENT) in bpf_check()