Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c780 tp->t_flags |= TF_ACKNOW; // samkumar: my addition in tcp_input()
1360 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1402 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1459 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1493 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_segment()
1709 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1749 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
1802 else if (tp->t_flags & TF_ACKNOW) in tcp_do_segment()
1854 tp->t_flags &= ~TF_ACKNOW; in tcp_do_segment()
2302 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.c589 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
838 if (tp->t_flags & TF_ACKNOW) in tcp_output()
1303 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
Dtcp_var.h395 #define TF_ACKNOW 0x000001 /* ack peer immediately */ macro
Dtcp_sack.c563 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()