Searched refs:pref_offset (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h210 uint32_t pref_offset; /* Preferred offset set by a connection */ member in struct:tcptimerlist
H A Dtcp_timer.c1209 if (listp->pref_offset != 0 &&
1210 listp->pref_offset < next_timer)
1211 next_timer = listp->pref_offset;
1226 listp->pref_offset = 0;
1299 } else if (listp->pref_offset == 0 ||
1300 ((int)offset) < listp->pref_offset) {
1301 listp->pref_offset = offset;

Completed in 24 milliseconds