Home
last modified time | relevance | path

Searched refs:activeMany (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph7/one2many/
HDng_one2many.c78 u_int16_t activeMany[NG_ONE2MANY_MAX_LINKS]; member
449 dst = &priv->many[priv->activeMany[priv->nextMany]]; in ng_one2many_rcvdata()
454 dst = &priv->many[priv->activeMany[0]]; in ng_one2many_rcvdata()
463 mdst = &priv->many[priv->activeMany[i]]; in ng_one2many_rcvdata()
563 priv->activeMany[priv->numActiveMany] = linkNum; in ng_one2many_update_many()
/dragonfly/sys/netgraph/one2many/
HDng_one2many.c76 u_int16_t activeMany[NG_ONE2MANY_MAX_LINKS]; member
415 dst = &priv->many[priv->activeMany[priv->nextMany]]; in ng_one2many_rcvdata()
496 priv->activeMany[priv->numActiveMany] = linkNum; in ng_one2many_update_many()