Searched refs:TF_REASSEMBLING (Results 1 – 1 of 1) sorted by relevance
245 #define TF_REASSEMBLING 0x1000 /* we're busy reassembling */ macro433 if (tp->t_flags & TF_REASSEMBLING) { in tcp_reass_lock_try()437 tp->t_flags |= TF_REASSEMBLING; in tcp_reass_lock_try()448 KASSERT((tp->t_flags & TF_REASSEMBLING) != 0); in tcp_reass_unlock()449 tp->t_flags &= ~TF_REASSEMBLING; in tcp_reass_unlock()464 if (((tp)->t_flags & TF_REASSEMBLING) == 0) { \