Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:clear_jmp_history

Proto:static void clear_jmp_history(struct bpf_verifier_state *state)

Type:void

Parameter:

TypeParameterName
struct bpf_verifier_state *state
733  kfree( jmp history recorded from first to last. * backtracking is using it to go from last to first. * For most states jmp_history_cnt is [0-3]. * For loops can go up to ~40.)
734  jmp history recorded from first to last. * backtracking is using it to go from last to first. * For most states jmp_history_cnt is [0-3]. * For loops can go up to ~40. = NULL
735  jmp_history_cnt = 0
Caller
NameDescribe
free_verifier_state
is_state_visited