Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\offload.c Create Date:2022-07-28 13:25:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_map_offload_get_next_key

Proto:int bpf_map_offload_get_next_key(struct bpf_map *map, void *key, void *next_key)

Type:int

Parameter:

TypeParameterName
struct bpf_map *map
void *key
void *next_key
480  offmap = map_to_offmap(map)
481  ret = -ENODEV
483  lock for reading
484  If netdev Then ret = map_get_next_key(offmap, key, next_key)
486  lease a read lock
488  Return ret
Caller
NameDescribe
map_get_next_key