Home
last modified time | relevance | path

Searched refs:staleness (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_bridge.c138 u_int16_t staleness; /* seconds ago host last heard from */ member
654 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()
H A Dng_bridge.h116 u_int16_t staleness; /* seconds ago host last heard from */ member
/freebsd/sys/netinet/
H A Dsctp_input.c2420 uint32_t staleness; in sctp_handle_cookie_echo() local
2436 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()
/freebsd/share/dict/
H A Dweb2188554 staleness