Home
last modified time | relevance | path

Searched refs:t_mpflags (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/bsd/netinet/
H A Dmptcp_opt.c147 tp->t_mpflags |= TMPF_BACKUP_PATH; in mptcp_setup_join_subflow_syn_opts()
210 tp->t_mpflags &= ~TMPF_SND_MPFAIL; in mptcp_send_mpfail()
216 tp->t_mpflags &= ~TMPF_SND_MPFAIL; in mptcp_send_mpfail()
229 tp->t_mpflags &= ~TMPF_SND_MPFAIL; in mptcp_send_mpfail()
300 tp->t_mpflags |= TMPF_INFIN_SENT; in mptcp_send_infinite_mapping()
376 if (len > 0 && off == 0 && tp->t_mpflags & TMPF_SEND_DSN && tp->t_mpflags & TMPF_SND_KEYS) { in mptcp_setup_opts()
426 tp->t_mpflags &= ~TMPF_SND_KEYS; in mptcp_setup_opts()
451 tp->t_mpflags &= ~TMPF_SND_JACK; in mptcp_setup_opts()
1154 tp->t_mpflags &= ~TMPF_SND_KEYS; in mptcp_data_ack_rcvd()
1194 tp->t_mpflags |= TMPF_RCVD_DACK; in mptcp_do_dss_opt_ack_meat()
[all …]
H A Dmptcp_subr.c3045 tp->t_mpflags |= TMPF_SND_REM_ADDR; in mptcp_subflow_output()
3087 tp->t_mpflags |= TMPF_TFO_REQUEST; in mptcp_subflow_output()
3321 tp->t_mpflags |= TMPF_TFO_REQUEST; in mptcp_subflow_output()
4089 tp->t_mpflags &= ~TMPF_TFO_REQUEST; in mptcp_subflow_connected_ev()
4117 tp->t_mpflags |= TMPF_INFIN_SENT; in mptcp_subflow_connected_ev()
4328 tp->t_mpflags |= TMPF_RESET; in mptcp_subflow_mustrst_ev()
4932 tp->t_mpflags &= in mptcp_subflow_workloop()
5407 tp->t_mpflags |= TMPF_SEND_DFIN; in mptcp_send_dfin()
5640 tp->t_mpflags &= ~TMPF_EMBED_DSN; in mptcp_insert_rmap()
5980 tp->t_mpflags |= TMPF_MPTCP_READY; in mptcp_notify_mpready()
[all …]
H A Dtcp_output.c790 if (tp->t_mpflags & TMPF_RESET) { in tcp_output()
1386 !(tp->t_mpflags & TMPF_TCP_FALLBACK)) { in tcp_output()
1390 (tp->t_mpflags & TMPF_SND_MPPRIO || in tcp_output()
1391 tp->t_mpflags & TMPF_SND_REM_ADDR || in tcp_output()
1392 tp->t_mpflags & TMPF_SND_MPFAIL || in tcp_output()
1393 (tp->t_mpflags & TMPF_SND_KEYS && in tcp_output()
1395 tp->t_mpflags & TMPF_SND_JACK || in tcp_output()
1907 tp->t_mpflags |= (TMPF_SEND_DSN | in tcp_output()
1910 tp->t_mpflags |= TMPF_MPTCP_ACKNOW; in tcp_output()
1914 tp->t_mpflags &= ~TMPF_SEND_DSN; in tcp_output()
[all …]
H A Dmptcp.c1143 tp->t_mpflags |= TMPF_EMBED_DSN; in mptcp_update_rcv_state_meat()
1165 if (tp->t_mpflags & TMPF_TCP_FALLBACK) { in mptcp_input_csum()
1206 tp->t_mpflags |= TMPF_SND_MPFAIL; in mptcp_validate_csum()
H A Dtcp_timer.c1165 (tp->t_mpflags & TMPF_MPTCP_TRUE)) { in tcp_timers()
1486 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && in tcp_timers()
1640 (tp->t_mpflags & TMPF_PREESTABLISHED) && in tcp_timers()
1641 (tp->t_mpflags & TMPF_JOINED_FLOW)) { in tcp_timers()
1652 tp->t_mpflags |= TMPF_SND_JACK; in tcp_timers()
H A Dtcp_input.c3471 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()
3991 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
3992 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4748 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4749 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4866 if (tp->t_mpflags & TMPF_PREESTABLISHED) { in tcp_input()
4869 if (tp->t_mpflags & TMPF_JOINED_FLOW) { in tcp_input()
4870 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
4871 tp->t_mpflags &= in tcp_input()
4873 tp->t_mpflags |= in tcp_input()
[all …]
H A Dtcp_usrreq.c1017 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_usr_shutdown()
3169 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_disconnect()
H A Dtcp_var.h705 u_int32_t t_mpflags; /* flags for multipath TCP */ member
H A Dmptcp_usrreq.c2375 tp->t_mpflags &= ~TMPF_TFO_REQUEST; in mptcp_usr_preconnect()
H A Dtcp_subr.c825 if ((tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_respond()