函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:bpf_cgroup_storage_assign

函数原型:int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map)

返回类型:int

参数:

类型参数名称
struct bpf_prog_aux *aux
struct bpf_map *_map
425  stype等于cgroup_storage_type(_map)
426  map等于map_to_storage(_map)
427  ret等于负EBUSY
429  spin_lock_bh( & lock)
431  如果auxaux不等于aux则转到:unlock
433  如果cgroup_storage[stype]且cgroup_storage[stype]不等于_map则转到:unlock
437  aux等于aux
438  cgroup_storage[stype]等于_map
439  ret等于0
440  unlock :
441  spin_unlock_bh( & lock)
443  返回:ret
调用者
名称描述
replace_map_fd_with_map_ptrlook for pseudo eBPF instructions that access map FDs and* replace them with actual map pointers