Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_listen.c45 bool test_sockmap = false; /* toggled by user-space */ variable
68 if (test_sockmap) in prog_stream_verdict()
87 if (test_sockmap) in prog_skb_verdict()
108 if (test_sockmap) in prog_msg_verdict()
127 if (test_sockmap) in prog_reuseport()
/linux/tools/testing/selftests/bpf/
H A D.gitignore21 test_sockmap
H A DMakefile86 test_sock test_sockmap \
353 $(OUTPUT)/test_sockmap: $(CGROUP_HELPERS) $(TESTING_HELPERS)
H A Dtest_maps.c658 static void test_sockmap(unsigned int tasks, void *data) in test_sockmap() function
1900 test_sockmap(0, NULL); in run_all_tests()
/linux/Documentation/bpf/
H A Dmap_sockmap.rst440 - `tools/testing/selftests/bpf/test_sockmap.c`_
495 …lftests/bpf/test_sockmap.c`: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tr…
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c1880 skel->bss->test_sockmap = true; in serial_test_sockmap_listen()
1887 skel->bss->test_sockmap = false; in serial_test_sockmap_listen()