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