Home
last modified time | relevance | path

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

/Linux-v6.6/tools/bpf/bpftool/
Dmain.c100 #define BPFTOOL_MAJOR_VERSION (LIBBPF_MAJOR_VERSION + 6) macro
151 jsonw_printf(json_wtr, "\"%d.%d.%d\"", BPFTOOL_MAJOR_VERSION, in do_version()
173 printf("%s v%d.%d.%d\n", bin_name, BPFTOOL_MAJOR_VERSION, in do_version()