Searched defs:netmap_if (Results 1 – 1 of 1) sorted by relevance
318 struct netmap_if { struct319 char ni_name[IFNAMSIZ]; /* name of the interface. */320 const uint32_t ni_version; /* API version, currently unused */321 const uint32_t ni_flags; /* properties */331 const uint32_t ni_tx_rings; /* number of HW tx rings */332 const uint32_t ni_rx_rings; /* number of HW rx rings */334 uint32_t ni_bufs_head; /* head index for extra bufs */335 uint32_t ni_spare1[5];345 const ssize_t ring_ofs[0];