Searched defs:bpf_map (Results 1 – 2 of 2) sorted by relevance
46 struct bpf_map { struct50 const struct bpf_map_ops *ops ____cacheline_aligned; argument51 struct bpf_map *inner_map_meta; argument55 enum bpf_map_type map_type; argument56 u32 key_size;80 * bpf_map_lookup/update/delete_elem() functions argument82 ARG_CONST_MAP_PTR, /* const argument used as pointer to bpf_map */ argument
1723 int (*bpf_map)(struct bpf_map *map, fmode_t fmode); member1951 struct list_head bpf_map; member