函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\disasm.c Create Date:2022-07-27 14:32:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__func_imm_name

函数原型: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)

返回类型:char

参数:

类型参数名称
const struct bpf_insn_cbs *cbs
const struct bpf_insn *insn
u64full_imm
char *buff
size_tlen
40  如果cbscb_imm则返回: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  返回:buff
调用者
名称描述
print_bpf_insn