Searched refs:loopTimeout (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/netgraph/
H A Dng_bridge.h61 u_int32_t loopTimeout; /* link loopback mute time */ member in struct:ng_bridge_config
70 { "loopTimeout", &ng_parse_uint32_type }, \
H A Dng_bridge.c48 * algorithm is included which disables a link for priv->conf.loopTimeout
322 priv->conf.loopTimeout = DEFAULT_LOOP_TIMEOUT;
618 link->loopCount = priv->conf.loopTimeout;

Completed in 83 milliseconds