Searched refs:dump_xlated_cfg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | cfg.h | 7 void dump_xlated_cfg(void *buf, unsigned int len);
|
H A D | cfg.c | 473 void dump_xlated_cfg(void *buf, unsigned int len) in dump_xlated_cfg() function
|
H A D | prog.c | 759 dump_xlated_cfg(buf, member_len); in prog_dump()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | cfg.h | 9 void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len,
|
H A D | cfg.c | 475 void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_cfg() function
|
H A D | prog.c | 855 dump_xlated_cfg(&dd, buf, member_len, opcodes, linum); in prog_dump()
|
Completed in 11 milliseconds