Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/bpftool/
Dmain.h139 char *name_buff, size_t buff_len);
Dcommon.c332 char *name_buff, size_t buff_len) in get_prog_full_name() argument
368 snprintf(name_buff, buff_len, "%s", prog_name); in get_prog_full_name()