Home
last modified time | relevance | path

Searched refs:BPF_SOCKMAP_FILENAME (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sockmap.c57 #define BPF_SOCKMAP_FILENAME "test_sockmap_kern.o" macro
199 int type = strcmp(env.type, BPF_SOCKMAP_FILENAME); in test_end_subtest()
1367 int type = strcmp(opt->map, BPF_SOCKMAP_FILENAME); in test_exec()
1859 opt->map = BPF_SOCKMAP_FILENAME; in test_selftests_sockmap()
1893 char *bpf_file = BPF_SOCKMAP_FILENAME; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sockmap.c55 #define BPF_SOCKMAP_FILENAME "test_sockmap_kern.bpf.o" macro
199 int type = strcmp(env.type, BPF_SOCKMAP_FILENAME); in test_end_subtest()
1411 int type = strcmp(opt->map, BPF_SOCKMAP_FILENAME); in test_exec()
1946 opt->map = BPF_SOCKMAP_FILENAME; in test_selftests_sockmap()
1980 char *bpf_file = BPF_SOCKMAP_FILENAME; in main()

Completed in 5 milliseconds