Searched refs:bpf_cpu_map (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/kernel/bpf/ |
D | cpumap.c | 42 struct bpf_cpu_map; 60 struct bpf_cpu_map *cmap; 71 struct bpf_cpu_map { struct 82 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument 442 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace() 457 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() 471 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() 509 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() 557 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() 577 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key() [all …]
|