函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\core.c Create Date:2022-07-27 14:02:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__bpf_free_used_maps

函数原型:void __bpf_free_used_maps(struct bpf_prog_aux *aux, struct bpf_map **used_maps, u32 len)

返回类型:void

参数:

类型参数名称
struct bpf_prog_aux *aux
struct bpf_map **used_maps
u32len
2056  bpf_free_cgroup_storage(aux)
2057 i小于len循环
2058  map等于used_maps[i]
2059  如果map_poke_untrackmap_poke_untrack(map, aux)
2061  bpf_map_put(map)
调用者
名称描述
bpf_free_used_maps
release_mapsdrop refcnt of maps used by the rejected program