Searched refs:update_flags (Results 1 – 1 of 1) sorted by relevance
| /tools/testing/selftests/bpf/ |
| D | test_loader.c | 301 static void update_flags(int *flags, int flag, bool clear) in update_flags() function 506 update_flags(&spec->prog_flags, BPF_F_STRICT_ALIGNMENT, clear); in parse_test_spec() 508 update_flags(&spec->prog_flags, BPF_F_ANY_ALIGNMENT, clear); in parse_test_spec() 510 update_flags(&spec->prog_flags, BPF_F_TEST_RND_HI32, clear); in parse_test_spec() 512 update_flags(&spec->prog_flags, BPF_F_TEST_STATE_FREQ, clear); in parse_test_spec() 514 update_flags(&spec->prog_flags, BPF_F_SLEEPABLE, clear); in parse_test_spec() 516 update_flags(&spec->prog_flags, BPF_F_XDP_HAS_FRAGS, clear); in parse_test_spec() 518 update_flags(&spec->prog_flags, BPF_F_TEST_REG_INVARIANTS, clear); in parse_test_spec() 523 update_flags(&spec->prog_flags, flags, clear); in parse_test_spec()
|