Searched refs:TMPF_PREESTABLISHED (Results 1 – 6 of 6) sorted by relevance
456 if (!(tp->t_mpflags & (TMPF_MPTCP_TRUE | TMPF_PREESTABLISHED))) { in mptcp_setup_opts()1122 tp->t_mpflags &= ~TMPF_PREESTABLISHED; in mptcp_do_mpjoin_opt()1136 tp->t_mpflags &= ~TMPF_PREESTABLISHED; in mptcp_do_mpjoin_opt()
708 #define TMPF_PREESTABLISHED 0x00000001 /* conn in pre-established state */ macro
1647 (tp->t_mpflags & TMPF_PREESTABLISHED) && in tcp_timers()
1794 tp->t_mpflags |= (TMPF_PREESTABLISHED | TMPF_JOINED_FLOW); in mptcp_attach_to_subf()6068 if (tp->t_mpflags & TMPF_PREESTABLISHED && in mptcp_adj_mss()
4922 if (tp->t_mpflags & TMPF_PREESTABLISHED) { in tcp_input()4928 ~TMPF_PREESTABLISHED; in tcp_input()
1433 if (!(tp->t_mpflags & TMPF_PREESTABLISHED)) { in tcp_output()