Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\verifier.c Create Date:2022-07-28 12:58:03
Last Modify:2022-05-19 20:02:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:is_ctx_reg

Proto:static bool is_ctx_reg(struct bpf_verifier_env *env, int regno)

Type:bool

Parameter:

TypeParameterName
struct bpf_verifier_env *env
intregno
2512  reg = reg_state(env, regno)
2514  Return Ordering of fields matters. See states_equal() == g points to bpf_context
Caller
NameDescribe
check_xadd
do_check