Lines Matching refs:bpf_map
30 struct bpf_map { struct
38 static inline int check_bpf_map_fields(struct bpf_map *map, __u32 key_size, in check_bpf_map_fields() argument
50 static inline int check_bpf_map_ptr(struct bpf_map *indirect, in check_bpf_map_ptr()
51 struct bpf_map *direct) in check_bpf_map_ptr()
62 static inline int check(struct bpf_map *indirect, struct bpf_map *direct, in check()
71 static inline int check_default(struct bpf_map *indirect, in check_default()
72 struct bpf_map *direct) in check_default()
80 check_default_noinline(struct bpf_map *indirect, struct bpf_map *direct) in check_default_noinline()
92 struct bpf_map map;
106 __s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;
111 struct bpf_map *map = (struct bpf_map *)&m_hash; in check_hash()
136 struct bpf_map map;
150 struct bpf_map *map = (struct bpf_map *)&m_array; in check_array()
182 struct bpf_map *map = (struct bpf_map *)&m_prog_array; in check_prog_array()
199 struct bpf_map *map = (struct bpf_map *)&m_perf_event_array; in check_perf_event_array()
216 struct bpf_map *map = (struct bpf_map *)&m_percpu_hash; in check_percpu_hash()
233 struct bpf_map *map = (struct bpf_map *)&m_percpu_array; in check_percpu_array()
241 struct bpf_map map;
255 struct bpf_map *map = (struct bpf_map *)&m_stack_trace; in check_stack_trace()
273 struct bpf_map *map = (struct bpf_map *)&m_cgroup_array; in check_cgroup_array()
290 struct bpf_map *map = (struct bpf_map *)&m_lru_hash; in check_lru_hash()
307 struct bpf_map *map = (struct bpf_map *)&m_lru_percpu_hash; in check_lru_percpu_hash()
315 struct bpf_map map;
334 struct bpf_map *map = (struct bpf_map *)&m_lpm_trie; in check_lpm_trie()
369 struct bpf_map *map = (struct bpf_map *)&m_array_of_maps; in check_array_of_maps()
396 struct bpf_map *map = (struct bpf_map *)&m_hash_of_maps; in check_hash_of_maps()
409 struct bpf_map map;
422 struct bpf_map *map = (struct bpf_map *)&m_devmap; in check_devmap()
430 struct bpf_map map;
443 struct bpf_map *map = (struct bpf_map *)&m_sockmap; in check_sockmap()
451 struct bpf_map map;
464 struct bpf_map *map = (struct bpf_map *)&m_cpumap; in check_cpumap()
472 struct bpf_map map;
485 struct bpf_map *map = (struct bpf_map *)&m_xskmap; in check_xskmap()
493 struct bpf_map map;
506 struct bpf_map *map = (struct bpf_map *)&m_sockhash; in check_sockhash()
514 struct bpf_map map;
527 struct bpf_map *map = (struct bpf_map *)&m_cgroup_storage; in check_cgroup_storage()
536 struct bpf_map map;
550 struct bpf_map *map = (struct bpf_map *)&m_reuseport_sockarray; in check_reuseport_sockarray()
567 struct bpf_map *map = (struct bpf_map *)&m_percpu_cgroup_storage; in check_percpu_cgroup_storage()
576 struct bpf_map map;
588 struct bpf_map *map = (struct bpf_map *)&m_queue; in check_queue()
604 struct bpf_map *map = (struct bpf_map *)&m_stack; in check_stack()
612 struct bpf_map map;
626 struct bpf_map *map = (struct bpf_map *)&m_sk_storage; in check_sk_storage()
643 struct bpf_map *map = (struct bpf_map *)&m_devmap_hash; in check_devmap_hash()
651 struct bpf_map map;
661 struct bpf_map *map = (struct bpf_map *)&m_ringbuf; in check_ringbuf()