函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\hashtab.c Create Date:2022-07-27 14:24:49
Last Modify:2022-05-23 09:15:29 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fd_htab_map_get_ptr

函数原型:static void *fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l)

返回类型:void

参数:

类型参数名称
const struct bpf_map *map
struct htab_elem *l
92  返回:*keyundup - round up to the next specified multiple*@x: the value to up*@y: multiple to round up to* Rounds @x up to next multiple of @y. If @y will always be a power* of 2, consider using the faster round_up().(key_size, 8)的和
调用者
名称描述
free_htab_elem
fd_htab_map_free