Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpftool_helpers.c14 static int detect_bpftool_path(char *buffer, size_t size) in detect_bpftool_path() function
60 if (bpftool_path[0] == 0 && detect_bpftool_path(bpftool_path, sizeof(bpftool_path))) in run_command()