函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:print_bpf_end_insn

函数原型:static void print_bpf_end_insn(bpf_insn_print_t verbose, void *private_data, const struct bpf_insn *insn)

返回类型:void

参数:

类型参数名称
bpf_insn_print_tverbose
void *private_data
const struct bpf_insn *insn
111  verbose(private_data, "(%02x) r%d = %s%d r%d\n", opcode , dest register , BPF_SRC( opcode ) == convert to big-endian ? "be" : "le", signed immediate constant , dest register )
调用者
名称描述
print_bpf_insn