Home
last modified time | relevance | path

Searched refs:TF_LRD (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_sack.c820 if ((tp->t_flags & TF_LRD) && SEQ_GEQ(cur->rxmit, cur->end)) in tcp_sack_doack()
847 if ((tp->t_flags & TF_LRD) && SEQ_GEQ(cur->rxmit, cur->end)) in tcp_sack_doack()
H A Dtcp_var.h798 #define TF_LRD 0x10000000 /* Lost Retransmission Detection */ macro
H A Dtcp_output.c1247 if ((tp->t_flags & TF_LRD) && SEQ_GEQ(p->rxmit, p->end)) in tcp_default_output()
H A Dtcp_syncache.c955 (TF_LRD|TF_NOPUSH|TF_NODELAY); in syncache_socket()
H A Dtcp_input.c2538 (tp->t_flags & TF_LRD)) { in tcp_do_segment()
H A Dtcp_subr.c2303 tp->t_flags |= TF_LRD; in tcp_newtcpcb()