Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:is_acquire_function

Proto:static bool is_acquire_function(enum bpf_func_id func_id)

Type:bool

Parameter:

TypeParameterName
enum bpf_func_idfunc_id
417  Return func_id == BPF_FUNC_sk_lookup_tcp || func_id == BPF_FUNC_sk_lookup_udp || func_id == BPF_FUNC_skc_lookup_tcp
Caller
NameDescribe
check_refcount_ok
check_helper_call