Home
last modified time | relevance | path

Searched defs:bpf_map (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dbpf.h46 struct bpf_map { struct
50 const struct bpf_map_ops *ops ____cacheline_aligned; argument
51 struct bpf_map *inner_map_meta; argument
55 enum bpf_map_type map_type; argument
56 u32 key_size;
80 * bpf_map_lookup/update/delete_elem() functions argument
82 ARG_CONST_MAP_PTR, /* const argument used as pointer to bpf_map */ argument
Dlsm_hooks.h1723 int (*bpf_map)(struct bpf_map *map, fmode_t fmode); member
1951 struct list_head bpf_map; member