Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_raw_mode_ok

Proto:static bool check_raw_mode_ok(const struct bpf_func_proto *fn)

Type:bool

Parameter:

TypeParameterName
const struct bpf_func_proto *fn
3798  count = 0
3800  If arg1_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++
3802  If arg2_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++
3804  If arg3_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++
3806  If arg4_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++
3808  If arg5_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++
3815  Return count <= 1
Caller
NameDescribe
check_func_proto