Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\hashtab.c Create Date:2022-07-28 13:10:36
Last Modify:2022-05-23 09:15:29 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:htab_of_map_lookup_elem

Proto:static void *htab_of_map_lookup_elem(struct bpf_map *map, void *key)

Type:void

Parameter:

TypeParameterName
struct bpf_map *map
void *key
1472  inner_map = htab_map_lookup_elem(map, key)
1474  If Not inner_map Then Return NULL
1477  Return READ_ONCE( * inner_map)