Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bpf_prog_array_free

Proto:void bpf_prog_array_free(struct bpf_prog_array *progs)

Type:void

Parameter:

TypeParameterName
struct bpf_prog_array *progs
1871  If Not progs || progs == hdr Then Return
1873  kfree_rcu() - kfree an object after a grace period(progs, rcu)
Caller
NameDescribe
perf_event_detach_bpf_prog
cgroup_bpf_releasegroup_bpf_release() - put references of all bpf programs and* release all cgroup bpf data*@work: work structure embedded into the cgroup to modify
activate_effective_progs
cgroup_bpf_inheritgroup_bpf_inherit() - inherit effective programs from parent*@cgrp: the cgroup to modify
update_effective_progs