Searched refs:TF_LRD (Results 1 – 7 of 7) sorted by relevance
818 if ((tp->t_flags & TF_LRD) && SEQ_GEQ(cur->rxmit, cur->end)) in tcp_sack_doack()845 if ((tp->t_flags & TF_LRD) && SEQ_GEQ(cur->rxmit, cur->end)) in tcp_sack_doack()
806 #define TF_LRD 0x10000000 /* Lost Retransmission Detection */ macro
1255 if ((tp->t_flags & TF_LRD) && SEQ_GEQ(p->rxmit, p->end)) in tcp_default_output()
927 (TF_LRD|TF_NOPUSH|TF_NODELAY); in syncache_socket()
2945 if (t_flags & TF_LRD) { in db_print_tflags()
2565 (tp->t_flags & TF_LRD)) { in tcp_do_segment()
2369 tp->t_flags |= TF_LRD; in tcp_newtcpcb()