Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c217 uint16_t numActiveLinks; /* how many links up */ member
1599 for (i = 0; i < priv->numActiveLinks; i++) { in ng_ppp_mp_recv()
1656 for (i = 0; i < priv->numActiveLinks; i++) { in ng_ppp_bump_mseq()
2002 if (priv->numActiveLinks == 0) { in ng_ppp_mp_xmit()
2048 numFrags = priv->numActiveLinks; in ng_ppp_mp_xmit()
2059 distrib[priv->lastLink++ % priv->numActiveLinks] in ng_ppp_mp_xmit()
2071 for (activeLinkNum = priv->numActiveLinks - 1; in ng_ppp_mp_xmit()
2273 if (priv->numActiveLinks == 1) { in ng_ppp_mp_strategy()
2504 priv->numActiveLinks = 0; in ng_ppp_update()
2514 priv->activeLinks[priv->numActiveLinks++] = i; in ng_ppp_update()
[all …]