Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dtcp_var.h245 #define TF_REASSEMBLING 0x1000 /* we're busy reassembling */ macro
433 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) { \