Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:int_ptr_type_to_size

Proto:static int int_ptr_type_to_size(enum bpf_arg_type type)

Type:int

Parameter:

TypeParameterName
enum bpf_arg_typetype
3397  If type == pointer to int Then Return sizeof(u32)
3399  Else if type == pointer to long Then Return sizeof(u64)
3402  Return -EINVAL
Caller
NameDescribe
check_func_arg