Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_bridge.h136 u_int16_t staleness; /* seconds ago host last heard from */ member
144 u_int16_t staleness; /* seconds ago host last heard from */ member
153 u_int16_t staleness; /* seconds ago host last heard from */ member
183 u_int16_t staleness; /* seconds ago host last heard from */ member
H A Dng_bridge.c445 ary->hosts[i].staleness = in ng_bridge_rcvmsg()
446 hent->host.staleness; in ng_bridge_rcvmsg()
560 ary->hosts[i].staleness = hent->host.staleness; in ng_bridge_rcvmsg()
709 host->staleness = 0; in ng_bridge_rcvdata()
917 hent->host.staleness = 0; in ng_bridge_put()
1059 if (++hent->host.staleness >= priv->conf.maxStaleness) { in ng_bridge_timeout()
/f-stack/tools/compat/include/netgraph/
H A Dng_bridge.h118 u_int16_t staleness; /* seconds ago host last heard from */ member
/f-stack/freebsd/netinet/
H A Dsctp_input.c2469 uint32_t staleness; in sctp_handle_cookie_echo() local
2485 staleness = UINT32_MAX; in sctp_handle_cookie_echo()
2487 staleness = diff.tv_sec * 1000000; in sctp_handle_cookie_echo()
2489 if (UINT32_MAX - staleness >= (uint32_t)diff.tv_usec) { in sctp_handle_cookie_echo()
2490 staleness += diff.tv_usec; in sctp_handle_cookie_echo()
2492 staleness = UINT32_MAX; in sctp_handle_cookie_echo()
2494 cause->stale_time = htonl(staleness); in sctp_handle_cookie_echo()