Searched defs:bpf_map (Results 1 – 1 of 1) sorted by relevance
9815 struct bpf_map { struct9816 const struct bpf_map_ops *ops; argument9817 struct bpf_map *inner_map_meta; argument9819 enum bpf_map_type map_type; argument9820 u32 key_size;9821 u32 value_size;9822 u32 max_entries;9823 u64 map_extra;9824 u32 map_flags;9825 int spin_lock_off;[all …]