Home
last modified time | relevance | path

Searched refs:bpf_array (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h967 struct bpf_array { struct
1015 bool bpf_prog_array_compatible(struct bpf_array *array, const struct bpf_prog *fp);
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dsyscall.c535 const struct bpf_array *array; in bpf_map_show_fdinfo()
539 array = container_of(map, struct bpf_array, map); in bpf_map_show_fdinfo()
Dverifier.c11419 …f[0x1] = BPF_ALU32_IMM(BPF_AND, BPF_REG_3, container_of(map_ptr, struct bpf_array, map)->index_mas… in fixup_bpf_calls()