Searched refs:TF_DELACK (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c2679 if ((tp->t_flags & TF_DELACK) == 0) {
2680 tp->t_flags |= TF_DELACK;
2957 if ((tp->t_flags & TF_DELACK) == 0) {
2958 tp->t_flags |= TF_DELACK;
4217 if ((tp->t_flags & TF_DELACK) == 0) {
4218 tp->t_flags |= TF_DELACK;
4258 if (tp->t_flags & TF_DELACK)
4297 if ((tp->t_flags & TF_DELACK) == 0) {
4298 tp->t_flags |= TF_DELACK;
H A Dtcp_var.h245 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
683 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
H A Dtcp_timer.c1066 if (tcp_delack_enabled && (tp->t_flags & TF_DELACK)) {
1067 tp->t_flags &= ~TF_DELACK;
H A Dtcp_output.c1021 !(tp->t_flags & TF_DELACK)) {
1022 tp->t_flags |= TF_DELACK;
2377 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK);

Completed in 36 milliseconds