Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_func_proto

Proto:static int check_func_proto(const struct bpf_func_proto *fn, int func_id)

Type:int

Parameter:

TypeParameterName
const struct bpf_func_proto *fn
intfunc_id
3874  Return If check_raw_mode_ok(fn) && check_arg_pair_ok(fn) && check_refcount_ok(fn, func_id) Then 0 Else -EINVAL
Caller
NameDescribe
check_helper_call