Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\verifier.c Create Date:2022-07-28 12:55:40
Last Modify:2022-05-19 20:02:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_map_key_store

Proto:static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state)

Type:void

Parameter:

TypeParameterName
struct bpf_insn_aux_data *aux
u64state
218  poisoned = bpf_map_key_poisoned(aux)
220  constant (32 bit) key tracking for maps = state | BPF_MAP_KEY_SEEN | If poisoned Then BPF_MAP_KEY_POISON Else 0ULL
Caller
NameDescribe
record_func_key