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

/freebsd-10.2-release/sys/netgraph/
H A Dng_bridge.h63 u_int32_t minStableAge; /* min time for a stable host */ member in struct:ng_bridge_config
72 { "minStableAge", &ng_parse_uint32_type }, \
H A Dng_bridge.c50 * another within priv->conf.minStableAge seconds.
324 priv->conf.minStableAge = DEFAULT_MIN_STABLE_AGE;
599 if (host->age < priv->conf.minStableAge) {

Completed in 54 milliseconds