Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dmptcp_opt.c143 if (tp->t_mpflags & TMPF_BACKUP_PATH) { in mptcp_setup_join_subflow_syn_opts()
148 tp->t_mpflags |= TMPF_BACKUP_PATH; in mptcp_setup_join_subflow_syn_opts()
215 tp->t_mpflags &= ~TMPF_SND_MPFAIL; in mptcp_send_mpfail()
221 tp->t_mpflags &= ~TMPF_SND_MPFAIL; in mptcp_send_mpfail()
234 tp->t_mpflags &= ~TMPF_SND_MPFAIL; in mptcp_send_mpfail()
321 tp->t_mpflags |= TMPF_INFIN_SENT; in mptcp_send_infinite_mapping()
351 u_int32_t old_mpt_flags = tp->t_mpflags & TMPF_MPTCP_SIGNALS; in mptcp_setup_opts()
373 __func__, optlen, flags, tp->t_mpflags, len), in mptcp_setup_opts()
378 if (tp->t_mpflags & TMPF_TCP_FALLBACK) { in mptcp_setup_opts()
379 if (tp->t_mpflags & TMPF_SND_MPFAIL) { in mptcp_setup_opts()
[all …]
H A Dmptcp_subr.c3126 tp->t_mpflags |= TMPF_SND_REM_ADDR; in mptcp_subflow_output()
3168 tp->t_mpflags |= TMPF_TFO_REQUEST; in mptcp_subflow_output()
3413 tp->t_mpflags |= TMPF_TFO_REQUEST; in mptcp_subflow_output()
3422 (error == EWOULDBLOCK && (tp->t_mpflags & TMPF_TFO_REQUEST))) { in mptcp_subflow_output()
4256 if (tp->t_mpflags & TMPF_MPTCP_TRUE) { in mptcp_subflow_connected_ev()
4260 tp->t_mpflags &= ~TMPF_TFO_REQUEST; in mptcp_subflow_connected_ev()
4293 tp->t_mpflags |= TMPF_INFIN_SENT; in mptcp_subflow_connected_ev()
4298 tp->t_mpflags |= (TMPF_BACKUP_PATH | TMPF_SND_MPPRIO); in mptcp_subflow_connected_ev()
4331 !(tp->t_mpflags & TMPF_BACKUP_PATH) && in mptcp_subflow_connected_ev()
4333 tp->t_mpflags |= (TMPF_BACKUP_PATH | TMPF_SND_MPPRIO); in mptcp_subflow_connected_ev()
[all …]
H A Dtcp_output.c660 if (tp->t_mpflags & TMPF_RESET) { in tcp_output()
1215 !(tp->t_mpflags & TMPF_TCP_FALLBACK)) { in tcp_output()
1219 (tp->t_mpflags & TMPF_SND_MPPRIO || in tcp_output()
1220 tp->t_mpflags & TMPF_SND_REM_ADDR || in tcp_output()
1221 tp->t_mpflags & TMPF_SND_MPFAIL || in tcp_output()
1222 (tp->t_mpflags & TMPF_SND_KEYS && in tcp_output()
1224 tp->t_mpflags & TMPF_SND_JACK || in tcp_output()
1225 tp->t_mpflags & TMPF_MPTCP_ECHO_ADDR)) { in tcp_output()
1234 if (!(tp->t_mpflags & TMPF_PREESTABLISHED)) { in tcp_output()
1696 tp->t_mpflags |= (TMPF_SEND_DSN | in tcp_output()
[all …]
H A Dmptcp.c1209 tp->t_mpflags |= TMPF_EMBED_DSN; in mptcp_update_rcv_state_meat()
1232 tp->t_mpflags |= TMPF_SND_MPFAIL; in mptcp_validate_dss_map()
1268 if (tp->t_mpflags & TMPF_TCP_FALLBACK) { in mptcp_input_csum()
1309 tp->t_mpflags |= TMPF_SND_MPFAIL; in mptcp_validate_csum()
H A Dtcp_input.c3200 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()
3562 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
3563 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4231 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) && in tcp_input()
4232 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4341 if (tp->t_mpflags & TMPF_PREESTABLISHED) { in tcp_input()
4344 if (tp->t_mpflags & TMPF_JOINED_FLOW) { in tcp_input()
4345 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
4346 tp->t_mpflags &= in tcp_input()
4348 tp->t_mpflags |= in tcp_input()
[all …]
H A Dtcp_timer.c1153 (tp->t_mpflags & TMPF_MPTCP_TRUE)) { in tcp_timers()
1464 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && in tcp_timers()
1619 (tp->t_mpflags & TMPF_PREESTABLISHED) && in tcp_timers()
1620 (tp->t_mpflags & TMPF_JOINED_FLOW)) { in tcp_timers()
1631 tp->t_mpflags |= TMPF_SND_JACK; in tcp_timers()
H A Dtcp_usrreq.c925 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_usr_shutdown()
3015 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_disconnect()
H A Dtcp_var.h559 u_int32_t t_mpflags; /* flags for multipath TCP */ member
H A Dmptcp_usrreq.c2339 tp->t_mpflags &= ~TMPF_TFO_REQUEST; in mptcp_usr_preconnect()
H A Dtcp_subr.c804 if ((tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_respond()