函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\verifier.c Create Date:2022-07-27 14:09:22
Last Modify:2022-05-19 20:02:10 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:py_reference_state()

函数原型:static int copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src)

返回类型:int

参数:

类型参数名称
struct bpf_func_state *dst
const struct bpf_func_state *src
609  如果非refs则返回:0
609  if (({
609  __ret_warn_on等于非非The following fields should be last. See copy_func_state() 小于The following fields should be last. See copy_func_state() 的值
609  __builtin_expect(!!(__ret_warn_on), 0)
609  }))
609  __builtin_memset(dst, 0, dst的长度)
609  返回:负EFAULT
609  gcc 内建函数 需要声明
609  返回:0
调用者
名称描述
transfer_reference_state
copy_func_statepy verifier state from src to dst growing dst stack space* when necessary to accommodate larger src stack