Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2554 struct sock_fprog root_prog, apply_prog; in FIXTURE() local
2576 memset(&self->apply_prog, 0, sizeof(self->apply_prog)); in FIXTURE_SETUP()
2584 ASSERT_NE(NULL, self->apply_prog.filter); in FIXTURE_SETUP()
2616 if (self->apply_prog.filter) in FIXTURE_TEARDOWN()
2617 free(self->apply_prog.filter); in FIXTURE_TEARDOWN()
2749 &self->apply_prog); in TEST_F()
2810 &self->apply_prog); in TEST_F()
2858 &self->apply_prog); in TEST_F()
2960 &self->apply_prog); in TEST_F()
2989 &self->apply_prog); in TEST_F()
[all …]