HomeSort by: relevance | last modified time | path
    Searched defs:txr_stat_mcasts (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hyperv/
if_hvn.c 246 int txr_stat_mcasts; member in struct:hvn_tx_ring
1669 txr->txr_stat_mcasts++;
1736 if (txr->txr_stat_mcasts != 0)
1737 if_statadd(ifp, if_omcasts, txr->txr_stat_mcasts);
1758 txr->txr_stat_mcasts = 0;

Completed in 16 milliseconds