Searched defs:map_type (Results 1 – 2 of 2) sorted by relevance
158 int map_type = android::bpf::bpfGetFdMapType(mRingFd); in Init() local
45 inline int createMap(bpf_map_type map_type, uint32_t key_size, uint32_t value_size, in createMap()