Searched defs:netmap_ring (Results 1 – 1 of 1) sorted by relevance
280 struct netmap_ring { struct286 const int64_t buf_ofs;288 const uint32_t nr_buf_size;289 const uint16_t ringid;290 const uint16_t dir; /* 0: tx, 1: rx */292 uint32_t head; /* (u) first user slot */293 uint32_t cur; /* (u) wakeup point */294 uint32_t tail; /* (k) first kernel slot */296 uint32_t flags;298 struct timeval ts; /* (k) time of last *sync() */[all …]