函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\syscall.c Create Date:2022-07-27 14:04:50
Last Modify:2022-05-19 18:06:12 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:bpf_map_get_with_uref

函数原型:struct bpf_map *bpf_map_get_with_uref(u32 ufd)

返回类型:struct bpf_map

参数:

类型参数名称
u32ufd
756  f等于fdget(ufd)
759  map等于 error is returned, fd is released.* On success caller should complete fd access with matching fdput()
760  如果是错误则返回:map
763  bpf_map_inc_with_uref(map)
764  fdput(f)
766  返回:map
调用者
名称描述
bpf_fd_probe_obj