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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c2447 if ((tp->t_flags & TF_DELACK) == 0) {
2448 tp->t_flags |= TF_DELACK;
2687 if ((tp->t_flags & TF_DELACK) == 0) {
2688 tp->t_flags |= TF_DELACK;
3732 if ((tp->t_flags & TF_DELACK) == 0) {
3733 tp->t_flags |= TF_DELACK;
3766 if (tp->t_flags & TF_DELACK)
3805 if ((tp->t_flags & TF_DELACK) == 0) {
3806 tp->t_flags |= TF_DELACK;
H A Dtcp_timer.c862 if (tcp_delack_enabled && (tp->t_flags & TF_DELACK)) {
863 tp->t_flags &= ~TF_DELACK;
H A Dtcp_var.h200 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
531 #define TF_DELACK 0x00002 /* ack, but try to delay it */ macro
H A Dtcp_output.c900 (tp->t_flags & TF_DELACK) == 0) {
901 tp->t_flags |= TF_DELACK;
2050 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK);

Completed in 29 milliseconds