Searched refs:staleness (Results 1 – 4 of 4) sorted by relevance
138 u_int16_t staleness; /* seconds ago host last heard from */ member654 ary->hosts[i].staleness = host->staleness; in ng_bridge_rcvmsg()858 if (__predict_false(host->staleness > 0)) in ng_bridge_rcvdata()859 host->staleness = 0; in ng_bridge_rcvdata()1068 host->staleness = 0; in ng_bridge_put()1222 if (++host->staleness >= priv->conf.maxStaleness) { in ng_bridge_timeout()
116 u_int16_t staleness; /* seconds ago host last heard from */ member
2420 uint32_t staleness; in sctp_handle_cookie_echo() local2436 staleness = UINT32_MAX; in sctp_handle_cookie_echo()2438 staleness = (uint32_t)diff.tv_sec * 1000000; in sctp_handle_cookie_echo()2440 if (UINT32_MAX - staleness >= (uint32_t)diff.tv_usec) { in sctp_handle_cookie_echo()2441 staleness += (uint32_t)diff.tv_usec; in sctp_handle_cookie_echo()2443 staleness = UINT32_MAX; in sctp_handle_cookie_echo()2445 cause->stale_time = htonl(staleness); in sctp_handle_cookie_echo()
188554 staleness