TCP_DO_NCR
if (ret && TCP_DO_NCR(tp))
} else if (tp->t_dupacks == 0 && TCP_DO_NCR(tp)) {
} else if ((tcp_do_rfc6675 && TCP_DO_SACK(tp)) || TCP_DO_NCR(tp)) {
if (tcp_do_limitedtransmit || TCP_DO_NCR(tp)) {