Home
last modified time | relevance | path

Searched refs:map_gen_lookup (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/xdp/
H A Dxskmap.c266 .map_gen_lookup = xsk_map_gen_lookup,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c660 .map_gen_lookup = array_map_gen_lookup,
1308 .map_gen_lookup = array_of_map_gen_lookup,
H A Dhashtab.c1842 .map_gen_lookup = htab_map_gen_lookup,
1861 .map_gen_lookup = htab_lru_map_gen_lookup,
2136 .map_gen_lookup = htab_of_map_gen_lookup,
H A Dverifier.c11594 ops->map_gen_lookup) { in fixup_bpf_calls()
11595 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in fixup_bpf_calls()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h87 int (*map_gen_lookup)(struct bpf_map *map, struct bpf_insn *insn_buf); member