Searched refs:BPF_TAG_FMT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | main.h | 55 #define BPF_TAG_FMT "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx" macro
|
H A D | common.c | 739 if (sscanf(**argv, BPF_TAG_FMT, tag, tag + 1, tag + 2, in prog_parse_fds()
|
H A D | prog.c | 364 jsonw_printf(json_wtr, "\"" BPF_TAG_FMT "\"", in print_prog_header_json()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | main.h | 55 #define BPF_TAG_FMT "%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx" macro
|
H A D | common.c | 828 if (sscanf(**argv, BPF_TAG_FMT, tag, tag + 1, tag + 2, in prog_parse_fds()
|
H A D | prog.c | 432 jsonw_printf(json_wtr, "\"" BPF_TAG_FMT "\"", in print_prog_header_json()
|
Completed in 9 milliseconds