Home
last modified time | relevance | path

Searched refs:TSTMP_LT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_seq.h97 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) macro
H A Dtcp_input.c1730 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()