Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_sockmap_listen.c31 bool test_sockmap = false; /* toggled by user-space */ variable
47 if (test_sockmap) in prog_stream_verdict()
66 if (test_sockmap) in prog_skb_verdict()
87 if (test_sockmap) in prog_msg_verdict()
106 if (test_sockmap) in prog_reuseport()
/linux-5.19.10/tools/testing/selftests/bpf/
D.gitignore21 test_sockmap
DMakefile38 test_sock test_sockmap get_cgroup_id_user \
221 $(OUTPUT)/test_sockmap: $(CGROUP_HELPERS) $(TESTING_HELPERS)
Dtest_maps.c657 static void test_sockmap(unsigned int tasks, void *data) in test_sockmap() function
1873 test_sockmap(0, NULL); in run_all_tests()
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c2013 skel->bss->test_sockmap = true; in serial_test_sockmap_listen()
2019 skel->bss->test_sockmap = false; in serial_test_sockmap_listen()