Searched refs:nextMany (Results 1 – 1 of 1) sorted by relevance
76 u_int16_t nextMany; /* next round-robin */ member447 dst = &priv->many[priv->activeMany[priv->nextMany]]; in ng_one2many_rcvdata()448 priv->nextMany = (priv->nextMany + 1) % priv->numActiveMany; in ng_one2many_rcvdata()585 priv->nextMany %= priv->numActiveMany; in ng_one2many_update_many()