Home
last modified time | relevance | path

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

/freebsd-src/sys/netgraph/
H A Dng_bridge.c108 u_int16_t loopCount; /* loop ignore timer */ member
521 priv->loopCount = 0; in ng_bridge_reset_link()
834 if (ctx.incoming->loopCount != 0) { in ng_bridge_rcvdata()
1054 link->loopCount = priv->conf.loopTimeout; in ng_bridge_put()
1195 if (link->loopCount != 0) { in ng_bridge_unmute()
1196 link->loopCount--; in ng_bridge_unmute()
1197 if (link->loopCount == 0 && priv->conf.debugLevel >= 2) { in ng_bridge_unmute()