Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dmain.h138 char *name_buff, size_t buff_len);
H A 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()