Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
Dtest_verifier.c1521 __u32 pflags; in do_test_single() local
1552 pflags = testing_prog_flags(); in do_test_single()
1554 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
1556 pflags |= BPF_F_ANY_ALIGNMENT; in do_test_single()
1558 pflags |= test->flags; in do_test_single()
1572 opts.prog_flags = pflags; in do_test_single()