Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpftool_helpers.c9 #define BPFTOOL_PATH_MAX_LEN 64 macro
16 char tmp[BPFTOOL_PATH_MAX_LEN]; in detect_bpftool_path()
32 snprintf(tmp, BPFTOOL_PATH_MAX_LEN, "./%s", BPFTOOL_DEFAULT_PATH); in detect_bpftool_path()
41 snprintf(tmp, BPFTOOL_PATH_MAX_LEN, "../%s", BPFTOOL_DEFAULT_PATH); in detect_bpftool_path()
53 static char bpftool_path[BPFTOOL_PATH_MAX_LEN] = {0}; in run_command()