Home
last modified time | relevance | path

Searched refs:SOF_MP_SUBFLOW (Results 1 – 17 of 17) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dkpi_socketfilter.c1062 if (so->so_flags & SOF_MP_SUBFLOW) { in sflt_setsockopt()
1117 if (so->so_flags & SOF_MP_SUBFLOW) { in sflt_getsockopt()
1173 if (so->so_flags & SOF_MP_SUBFLOW) { in sflt_data_out()
1238 if (so->so_flags & SOF_MP_SUBFLOW) { in sflt_data_in()
1441 (!(so->so_flags & SOF_MP_SUBFLOW) && in sflt_register_common()
1459 (!(so->so_flags & SOF_MP_SUBFLOW) && in sflt_register_common()
1608 if (so->so_flags & SOF_MP_SUBFLOW) { in sock_inject_data_in()
1655 if (so->so_flags & SOF_MP_SUBFLOW) { in sock_inject_data_out()
H A Duipc_socket2.c1586 !((so->so_flags & SOF_MP_SUBFLOW) && in sbappendstream_rcvdemux()
1594 if (so->so_flags & SOF_MP_SUBFLOW) { in sbappendstream_rcvdemux()
1627 VERIFY(so->so_flags & SOF_MP_SUBFLOW); in sbappendmptcpstream_rcv()
1838 ((sb->sb_so->so_flags & SOF_MP_SUBFLOW) || in sbdrop()
1845 (sb->sb_so->so_flags & SOF_MP_SUBFLOW) && in sbdrop()
2648 if (so->so_flags & SOF_MP_SUBFLOW || SOCK_DOM(so) == PF_MULTIPATH) { in sbunlock()
2718 !(so->so_flags & SOF_MP_SUBFLOW) && in soevent()
H A Dkpi_socket.c1175 (!(sock->so_state & SS_NOFDREF) || (sock->so_flags & SOF_MP_SUBFLOW))) { in sock_release()
H A Duipc_socket.c1317 if (so->so_pcb != NULL && !(so->so_flags & SOF_MP_SUBFLOW) && in soclose_locked()
3387 (SS_NOFDREF | SS_CANTRCVMORE) && !(so->so_flags & SOF_MP_SUBFLOW)) { in soreceive()
/xnu-12377.41.6/bsd/net/
H A Draw_cb.c154 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF)) { in raw_disconnect()
H A Dndrv.c666 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF)) { in ndrv_do_disconnect()
H A Dcontent_filter.c590 (so->so_flags & SOF_MP_SUBFLOW) != 0 || \
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c298 if ((so->so_flags & SOF_MP_SUBFLOW) && mptcp_enable && in tcp_tfo_check()
1058 if (so->so_flags & SOF_MP_SUBFLOW && SEQ_LT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
1643 if (so->so_flags & SOF_MP_SUBFLOW && off < 0) { in tcp_output()
1649 if ((so->so_flags & SOF_MP_SUBFLOW) && in tcp_output()
1719 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1765 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
1870 so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
2092 if (mptcp_enable && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_output()
2145 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
2660 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_output()
[all …]
H A Dmptcp_subr.c1376 so->so_flags |= SOF_MP_SUBFLOW; in mptcp_subflow_attach()
1758 VERIFY(so->so_flags & SOF_MP_SUBFLOW); in mptcp_subflow_soclose()
2098 (SS_NOFDREF | SS_CANTRCVMORE) && !(so->so_flags & SOF_MP_SUBFLOW)) { in mptcp_subflow_soreceive()
2780 so->so_flags &= ~SOF_MP_SUBFLOW; in mptcp_subflow_del()
2966 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in mptcp_handle_input()
5517 while (m && (!(so->so_flags & SOF_MP_SUBFLOW) || rewinding)) { in mptcp_preproc_sbdrop()
5547 if (so->so_flags & SOF_MP_SUBFLOW && in mptcp_preproc_sbdrop()
6893 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in mptcp_reset_rexmit_state()
H A Dtcp_subr.c3502 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_lock()
3512 if (!(so->so_flags & SOF_MP_SUBFLOW)) { in tcp_lock()
3519 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_lock()
3578 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_unlock()
3605 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_getlock()
3659 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_sbspace()
3733 if (inp->inp_socket->so_flags & SOF_MP_SUBFLOW) { in tcp_set_tso()
H A Dtcp_usrreq.c1016 if ((so->so_flags & SOF_MP_SUBFLOW) && in tcp_usr_shutdown()
1237 VERIFY(!(so->so_flags & SOF_MP_SUBFLOW) || in tcp_usr_send()
3167 if ((so->so_flags & SOF_MP_SUBFLOW) && in tcp_disconnect()
H A Dtcp_input.c1656 if (tp->t_inpcb->inp_socket->so_flags & SOF_MP_SUBFLOW) { in tcp_update_window()
3635 if (tp->t_state != TCPS_LISTEN && (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_input()
4306 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_input()
4718 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF) && in tcp_input()
4724 …if ((so->so_flags & SOF_MP_SUBFLOW) && (mptetoso(tptomptp(tp)->mpt_mpte)->so_state & SS_NOFDREF) && in tcp_input()
6121 if ((so->so_flags & SOF_MP_SUBFLOW) && tlen == 0 && in tcp_input()
H A Dtcp_timer.c635 if (so->so_flags & SOF_MP_SUBFLOW) { in tcp_garbage_collect()
1149 (so->so_flags & SOF_MP_SUBFLOW)) { in tcp_timers()
H A Dmptcp_usrreq.c1263 VERIFY(!(mp_so->so_flags & SOF_MP_SUBFLOW)); in mptcp_usr_sosend()
H A Din_pcb.c1958 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF)) { in in_pcbdisconnect()
4175 if (ifp != NULL && !(so->so_flags & SOF_MP_SUBFLOW) && in inp_count_sndbytes()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h260 #define SOF_MP_SUBFLOW 0x01000000 /* is a multipath subflow socket */ macro
/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c858 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF)) { in in6_pcbdisconnect()