Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcpumap.c619 struct bpf_cpu_map_entry *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem() function
634 __cpu_map_lookup_elem(map, *(u32 *)key); in cpu_map_lookup_elem()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1446 struct bpf_cpu_map_entry *__cpu_map_lookup_elem(struct bpf_map *map, u32 key);
1637 struct bpf_cpu_map_entry *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem() function
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c3938 return __cpu_map_lookup_elem(map, index); in __xdp_map_lookup_elem()