Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/netmap/
H A Dnetmap.h249 struct netmap_if { struct
250 char ni_name[IFNAMSIZ]; /* name of the interface. */
251 const uint32_t ni_version; /* API version, currently unused */
252 const uint32_t ni_flags; /* properties */
255 const uint32_t ni_rx_rings; /* number of rx rings */
256 const uint32_t ni_tx_rings; /* number of tx rings */
265 const ssize_t ring_ofs[0];