Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Dmptcp.c654 …if (!(mp_so->so_flags1 & SOF1_PRECONNECT_DATA) && MPTCP_SEQ_GEQ(mp_tp->mpt_sndnxt, mp_tp->mpt_sndm… in mptcp_can_send_more()
891 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in mptcp_get_subflow()
H A Dtcp_usrreq.c445 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in tcp_connect_complete()
776 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in tcp_usr_connectx_common()
1240 if (!(flags & PRUS_OOB) || (so->so_flags1 & SOF1_PRECONNECT_DATA)) { in tcp_usr_send()
H A Dmptcp_subr.c1533 if (mp_so->so_flags1 & SOF1_PRECONNECT_DATA) { in mptcp_subflow_socreate()
1534 (*so)->so_flags1 |= SOF1_PRECONNECT_DATA; in mptcp_subflow_socreate()
1897 (mp_so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_subflow_soconnectx()
2668 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in mptcp_subflow_add()
3100 (so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_subflow_output()
3206 if ((mp_so->so_flags1 & SOF1_PRECONNECT_DATA) || in mptcp_subflow_output()
H A Dmptcp_usrreq.c1081 !(mp_so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_usr_send()
H A Dflow_divert.c3833 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in flow_divert_connect_out_internal()
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c260 (so->so_flags1 & SOF1_PRECONNECT_DATA); in socanwrite()
2380 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in sowriteable()
2948 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in soclearfastopen()
2949 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soclearfastopen()
H A Duipc_socket.c1881 so->so_flags1 |= SOF1_PRECONNECT_DATA; in soconnectxlocked()
1889 if (!(so->so_flags1 & SOF1_PRECONNECT_DATA) && in soconnectxlocked()
1902 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soconnectxlocked()
1913 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soconnectxlocked()
2084 !(so->so_flags1 & SOF1_PRECONNECT_DATA)) { in sosendcheck()
2111 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in sosendcheck()
3407 if ((so->so_flags1 & SOF1_PRECONNECT_DATA) && in soreceive()
6821 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in filt_sowrite_common()
H A Duipc_syscalls.c1101 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in connectitx()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h281 #define SOF1_PRECONNECT_DATA 0x00000020 /* request for preconnect data */ macro
/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c580 #define IS_INITIAL_TFO_DATA(so) (so && (so->so_flags1 & SOF1_PRECONNECT_DATA) && (so->so_state & SS…