Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDtcp_sack.c818 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()
HDtcp_var.h802 #define TF_LRD 0x10000000 /* Lost Retransmission Detection */ macro
HDtcp_output.c1252 if ((tp->t_flags & TF_LRD) && SEQ_GEQ(p->rxmit, p->end)) in tcp_default_output()
HDtcp_syncache.c927 (TF_LRD|TF_NOPUSH|TF_NODELAY); in syncache_socket()
HDtcp_usrreq.c2914 if (t_flags & TF_LRD) { in db_print_tflags()
HDtcp_input.c2558 (tp->t_flags & TF_LRD)) { in tcp_do_segment()
HDtcp_subr.c2350 tp->t_flags |= TF_LRD; in tcp_newtcpcb()