Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bpf_map_offload_delete_elem

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

Type:int

Parameter:

TypeParameterName
struct bpf_map *map
void *key
467  offmap = map_to_offmap(map)
468  ret = -ENODEV
470  lock for reading
471  If netdev Then ret = map_delete_elem(offmap, key)
473  lease a read lock
475  Return ret
Caller
NameDescribe
map_delete_elem