Home
last modified time | relevance | path

Searched refs:BPF_F_STRICT_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_align.c623 prog, prog_len, BPF_F_STRICT_ALIGNMENT, in do_test_single()
Dtest_verifier.c929 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
/tools/include/uapi/linux/
Dbpf.h254 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro