Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\core.c Create Date:2022-07-28 12:47:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_prog_free_linfo

Proto:void bpf_prog_free_linfo(struct bpf_prog *prog)

Type:void

Parameter:

TypeParameterName
struct bpf_prog *prog
213  bpf_prog_free_jited_linfo(prog)
214  kvfree( bpf_line_info loaded from userspace. linfo->insn_off * has the xlated insn offset. * Both the main and sub prog share the same linfo. * The subprog can access its first linfo by * using the linfo_idx.)
Caller
NameDescribe
__bpf_prog_put_noref