Home
last modified time | relevance | path

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

/linux-6.12.1/tools/bpf/bpftool/
Dmain.h138 char *name_buff, size_t buff_len);
Dcommon.c409 char *name_buff, size_t buff_len) in get_prog_full_name() argument
445 snprintf(name_buff, buff_len, "%s", prog_name); in get_prog_full_name()