Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_bridge.h63 u_int32_t minStableAge; /* min time for a stable host */ member
/f-stack/freebsd/netgraph/
H A Dng_bridge.h73 u_int32_t minStableAge; /* min time for a stable host */ member
H A Dng_bridge.c309 priv->conf.minStableAge = DEFAULT_MIN_STABLE_AGE; in ng_bridge_constructor()
718 if (host->age < priv->conf.minStableAge) { in ng_bridge_rcvdata()