Lines Matching full:many
45 * "many" hooks according to an algorithm. Packets received on any
46 * "many" hook are always delivered to the "one" hook.
73 struct ng_one2many_link many[NG_ONE2MANY_MAX_LINKS]; member
75 u_int16_t numActiveMany; /* # active "many" */
224 link = &priv->many[linkNum]; in ng_one2many_newhook()
294 /* Normalized many link enabled bits */ in ng_one2many_rcvmsg()
333 link = &priv->many[linkNum]; in ng_one2many_rcvmsg()
430 &priv->one : &priv->many[linkNum]; in ng_one2many_rcvdata()
445 dst = &priv->many[priv->activeMany[priv->nextMany]]; in ng_one2many_rcvdata()
450 dst = &priv->many[priv->activeMany[0]]; in ng_one2many_rcvdata()
459 mdst = &priv->many[priv->activeMany[i]]; in ng_one2many_rcvdata()
474 dst = &priv->many[priv->activeMany[0]]; in ng_one2many_rcvdata()
529 priv->many[linkNum].hook = NULL; in ng_one2many_disconnect()
546 * Update internal state after the addition or removal of a "many" link
554 /* Update list of which "many" links are up */ in ng_one2many_update_many()
560 if (priv->many[linkNum].hook != NULL in ng_one2many_update_many()