Searched refs:TSTMP_LT (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dtcp_seq.h59 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) macro
H A Dtcp_syncache.c434 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) {
476 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc))
1132 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) {
H A Dtcp_timewait.c423 TSTMP_LT(to.to_tsval, tp->ts_recent)) {
H A Dtcp_input.c2238 TSTMP_LT(to.to_tsval, tp->ts_recent)) {
/freebsd-12-stable/sys/netinet/khelp/
H A Dh_ertt.c298 if (!e_t->dlyack_rx && TSTMP_LT(rts, txsi->tx_ts))
323 TSTMP_LT(to->to_tsval, txsi->rx_ts)) {
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c2468 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) {
2574 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) {
3159 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) {
5111 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) {
5237 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) {
5576 TSTMP_LT(to->to_tsval, tp->ts_recent)) {
5787 TSTMP_LT(to->to_tsval, tp->ts_recent)) {
5880 TSTMP_LT(to->to_tsval, tp->ts_recent)) {
5998 TSTMP_LT(to->to_tsval, tp->ts_recent)) {
6117 TSTMP_LT(t
[all...]

Completed in 132 milliseconds