Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/netmap/
H A Dnetmap.h326 struct nmreq { struct
327 char nr_name[IFNAMSIZ];
328 uint32_t nr_version; /* API version */
330 uint32_t nr_offset; /* nifp offset in the shared region */
331 uint32_t nr_memsize; /* size of the shared region */
332 uint32_t nr_tx_slots; /* slots in tx rings */
333 uint32_t nr_rx_slots; /* slots in rx rings */
334 uint16_t nr_tx_rings; /* number of tx rings */
335 uint16_t nr_rx_rings; /* number of rx rings */
359 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */ argument