Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_arg_pair_ok

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

Type:bool

Parameter:

TypeParameterName
const struct bpf_func_proto *fn
3834  If arg_type_is_mem_size(arg1_type) || arg_type_is_mem_ptr(arg5_type) || check_args_pair_invalid(arg1_type, arg2_type) || check_args_pair_invalid(arg2_type, arg3_type) || check_args_pair_invalid(arg3_type, arg4_type) || check_args_pair_invalid(arg4_type, arg5_type) Then Return false
3842  Return true
Caller
NameDescribe
check_func_proto