Lines Matching defs:timers

256 static int32_t rack_honors_hpts_min_to =  1;	/* Do we honor the hpts minimum time out for pacing timers */
1405 "timers",
1422 "Do rack pacing timers honor hpts min timeout");
1585 "How do we process dsack with respect to rack timers, bit field, 3 is standards based?");
3274 rack_log_to_processing(struct tcp_rack *rack, uint32_t cts, int32_t ret, int32_t timers)
3281 log.u_bbr.flex1 = timers;
6178 /* All timers have been stopped none are to run */
6677 * If no timers are going to run and we will fall off the hptsi
6718 * RACK, TLP, persists and RXT timers all are restartable
6904 * when all timers have been stopped (destroyed PCB?).
7176 * when all timers have been stopped (destroyed PCB?).
7364 * We only return 1, saying don't proceed, if all timers
7410 * We only return 1, saying don't proceed, if all timers
7481 * If a keepalive goes off, we had no other timers
7963 int32_t timers = (rack->r_ctl.rc_hpts_flags & PACE_TMR_MASK);
7991 if (timers == 0) {
7995 /* no timers on listen sockets */
8000 if ((timers & PACE_TMR_RACK) &&
8049 if (timers & PACE_TMR_DELACK) {
8051 } else if (timers & PACE_TMR_RACK) {
8055 } else if (timers & PACE_TMR_TLP) {
8058 } else if (timers & PACE_TMR_RXT) {
8062 } else if (timers & PACE_TMR_PERSIT) {
8064 } else if (timers & PACE_TMR_KEEP) {
8067 rack_log_to_processing(rack, cts, ret, timers);
8125 * Assure no timers are running.
12513 * other standard timers.
14304 /* no timers up */
14324 /* Timerstamps and timers */
14364 * but our hpts timers were stopped and we
14731 * Make sure any TCP timers are not running.
14789 /* Basically this means all rack timers are at least (srtt + 1/4 srtt) */
14793 /* Basically this means rack timers are extended based on dsack by up to (2 * srtt) */
14909 /* We do not start any timers on DROPPED connections */
14966 /* Get the old stack timers */
16860 * always. All other times (timers etc) we must have a rack-state
19830 /* Do the timers, which may override the pacer */
19842 * If timers want tcp_drop(), then pass error out,
19996 * Make sure any TCP timers (keep-alive) is not running.
22778 /* Basically this means all rack timers are at least (srtt + 1/4 srtt) */
22782 /* Basically this means rack timers are extended based on dsack by up to (2 * srtt) */