Home
last modified time | relevance | path

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

/dragonfly/sys/net/netmap/
H A Dnetmap.h213 struct netmap_ring { struct
219 const ssize_t buf_ofs;
220 const uint32_t num_slots; /* number of slots in the ring. */
221 uint32_t avail; /* number of usable slots */
222 uint32_t cur; /* 'current' r/w position */
223 uint32_t reserved; /* not refilled before current */
225 const uint16_t nr_buf_size;
226 uint16_t flags;
231 struct timeval ts; /* time of last *sync() */
234 struct netmap_slot slot[0]; /* array of slots. */