Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:is_ptr_cast_function

Proto:static bool is_ptr_cast_function(enum bpf_func_id func_id)

Type:bool

Parameter:

TypeParameterName
enum bpf_func_idfunc_id
424  Return func_id == BPF_FUNC_tcp_sock || func_id == BPF_FUNC_sk_fullsock
Caller
NameDescribe
check_helper_call