Home
last modified time | relevance | path

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

/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()
/tools/testing/selftests/bpf/
D.gitignore19 test_sockmap
DMakefile39 test_sock test_sockmap get_cgroup_id_user \
196 $(OUTPUT)/test_sockmap: cgroup_helpers.c
Dtest_maps.c666 static void test_sockmap(unsigned int tasks, void *data) in test_sockmap() function
1871 test_sockmap(0, NULL); in run_all_tests()
/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c2015 skel->bss->test_sockmap = true; in test_sockmap_listen()
2021 skel->bss->test_sockmap = false; in test_sockmap_listen()