Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h658 #define TF_REASS_INPROG 0x800000 /* Reassembly is in progress */ macro
H A Dtcp_input.c791 if (tp->t_flagsext & TF_REASS_INPROG) { in tcp_reass()
795 tp->t_flagsext |= TF_REASS_INPROG; in tcp_reass()
824 tp->t_flagsext &= ~TF_REASS_INPROG; in tcp_reass()