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