Searched refs:reass_fin_index (Results 1 – 5 of 5) sorted by relevance
83 if ((th->th_flags & TH_FIN) && (tp->reass_fin_index == -1)) { in tcp_reass()84 tp->reass_fin_index = (int16_t) (start_index + tlen); in tcp_reass()98 …if (tp->reass_fin_index >= 0 && cbuf_reass_within_offset(&tp->recvbuf, mergeable, (size_t) tp->rea… in tcp_reass()99 tp->reass_fin_index = -2; // So we won't consider any more FINs in tcp_reass()112 …KASSERT (tp->reass_fin_index == -2, ("Can't receive more, and data in buffer, but haven't received… in tcp_reass()
98 tp->reass_fin_index = -1; in initialize_tcb()
191 int32_t reass_fin_index; member
2521 if (tp->reass_fin_index != -2) { in tcp_do_segment()2523 tp->reass_fin_index = -2; in tcp_do_segment()
714 aEndpoint.GetTcb().reass_fin_index != -1, in ProcessSignals()