Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c959 tp->t_flags |= TF_ACKNOW; // samkumar: my addition in tcp_input()
1458 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1500 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1591 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1625 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_segment()
1841 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1881 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1939 } else if (tp->t_flags & TF_ACKNOW) in tcp_do_segment()
2014 tp->t_flags &= ~TF_ACKNOW; in tcp_do_segment()
2467 tp->t_flags &= ~TF_ACKNOW; in tcp_do_segment()
[all …]
Dtcp_timer.c82 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
450 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
Dtcp_timewait.c276 acknow = tp->t_flags & TF_ACKNOW; in tcp_twstart()
Dtcp_output.c634 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
928 if (tp->t_flags & TF_ACKNOW) in tcp_output()
1393 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
Dtcp_var.h405 #define TF_ACKNOW 0x000001 /* ack peer immediately */ macro
Dtcp_sack.c563 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()