Searched refs:TF_RCVUNACK_WAITSS (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c545 tp->t_flagsext |= TF_RCVUNACK_WAITSS;
1059 (((tp->t_flagsext & TF_RCVUNACK_WAITSS) == 0) ||
2043 if ((tp->t_flagsext & TF_RCVUNACK_WAITSS) != 0) {
2048 tp->t_flagsext &= ~(TF_RCVUNACK_WAITSS);
H A Dtcp_var.h371 #define TF_RCVUNACK_WAITSS 0x2 /* set when the receiver should not stretch acks */ macro
H A Dtcp_subr.c884 tp->t_flagsext |= TF_RCVUNACK_WAITSS;

Completed in 113 milliseconds