Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_bridge.h62 u_int32_t maxStaleness; /* max host age before nuking */ member
/f-stack/freebsd/netgraph/
H A Dng_bridge.h72 u_int32_t maxStaleness; /* max host age before nuking */ member
H A Dng_bridge.c308 priv->conf.maxStaleness = DEFAULT_MAX_STALENESS; in ng_bridge_constructor()
1059 if (++hent->host.staleness >= priv->conf.maxStaleness) { in ng_bridge_timeout()