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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1814 static int populate_progs(char *bpf_file) argument
1821 obj = bpf_object__open(bpf_file);
1828 bpf_file, err_buf);
1980 char *bpf_file = BPF_SOCKMAP_FILENAME; local
2086 err = populate_progs(bpf_file);
2089 bpf_file, strerror(errno));

Completed in 99 milliseconds