Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:55:38 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_map_ptr_store
Proto:static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, const struct bpf_map *map, bool unpriv)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_insn_aux_data * | aux | |
const struct bpf_map * | map | |
bool | unpriv |
195 | BUILD_BUG_ON - break compile if a condition is true((unsignedlong)BPF_MAP_PTR_POISON & BPF_MAP_PTR_UNPRIV) |
196 | unpriv |= bpf_map_ptr_unpriv(aux) |
197 | pointer/poison value for maps = map | If unpriv Then BPF_MAP_PTR_UNPRIV Else 0UL |
Name | Describe |
---|---|
record_func_map |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |