Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:adjust_subprog_starts

Proto:static void adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len)

Type:void

Parameter:

TypeParameterName
struct bpf_verifier_env *env
u32off
u32len
8376  If len == 1 Then Return
8379  When i <= subprog_cnt cycle
8380  If insn idx of function entry point <= off Then Continue
8382  insn idx of function entry point += len - 1
Caller
NameDescribe
bpf_patch_insn_data