Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\disasm.c Create Date:2022-07-28 13:15:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__func_imm_name

Proto:static const char *__func_imm_name(const struct bpf_insn_cbs *cbs, const struct bpf_insn *insn, u64 full_imm, char *buff, size_t len)

Type:char

Parameter:

TypeParameterName
const struct bpf_insn_cbs *cbs
const struct bpf_insn *insn
u64full_imm
char *buff
size_tlen
40  If cbs && cb_imm Then Return cb_imm(private_data, insn, full_imm)
43  snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
44  Return buff
Caller
NameDescribe
print_bpf_insn