Searched defs:netmap_if (Results 1 – 1 of 1) sorted by relevance
249 struct netmap_if { struct250 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];