Searched refs:TF_FASTOPEN (Results 1 – 4 of 4) sorted by relevance
554 sototcpcb(so)->t_flagsext |= TF_FASTOPEN; in tcp_usr_connectx_common()2539 tp->t_flagsext |= TF_FASTOPEN; in tcp_ctloutput()
522 #define TF_FASTOPEN 0x400000 /* TCP Fastopen is enabled */ macro
3859 return (tp->t_flagsext & TF_FASTOPEN)? TRUE : FALSE; in tfo_enabled()3865 tp->t_flagsext &= ~TF_FASTOPEN; in tcp_disable_tfo()
2679 tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN)); in tcp_input()