Searched refs:TSTMP_LT (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_seq.h | 81 #define TSTMP_LT(a, b) ((int)((a)-(b)) < 0) macro
|
| H A D | tcp_rack.c | 183 if ((tsecr != 0 && (TSTMP_LT(tsecr, xmit_ts) || TSTMP_GT(tsecr, tcp_now))) in tcp_rack_update_segment_acked()
|
| H A D | tcp_timer.c | 1107 if (TSTMP_LT(tcp_now, (tp->t_rxtstart + in tcp_timers() 1673 if (TSTMP_LT(mpte->mpte_last_cellicon_set + MPTCP_CELLICON_TOGGLE_RATE, tcp_now)) { in tcp_timers()
|
| H A D | tcp_input.c | 1338 TSTMP_LT(to->to_tsecr, rxtime)) { in tcp_detect_bad_rexmt() 1467 && TSTMP_LT(to->to_tsecr, tp->t_pmtud_start_ts)) { in tcp_bad_rexmt_check() 4245 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
|
| H A D | mptcp_subr.c | 2923 if (TSTMP_LT(mpte->mpte_last_cellicon_set + MPTCP_CELLICON_TOGGLE_RATE, tcp_now)) { in mptcp_subflow_input() 3365 if (TSTMP_LT(mpte->mpte_last_cellicon_set + MPTCP_CELLICON_TOGGLE_RATE, tcp_now)) { in mptcp_subflow_output()
|
| H A D | tcp_output.c | 2607 if (TSTMP_LT(tp->t_comp_lastinc + tcp_ack_compression_rate, tcp_now_local)) { in tcp_output()
|