Searched refs:TF_SENTFIN (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c925 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
1488 if (flags & TH_FIN && (tp->t_flags & TF_SENTFIN) &&
1636 tp->t_flags |= TF_SENTFIN;
1685 tp->t_flags |= TF_SENTFIN;
1904 * the TF_SENTFIN flag handles that case.
H A Dtcp_var.h203 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
534 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
H A Dtcp_timer.c596 (tp->t_flags & TF_SENTFIN) != 0 &&

Completed in 13 milliseconds