Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c260 (so->so_flags1 & SOF1_PRECONNECT_DATA); in socanwrite()
2316 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in sowriteable()
2863 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in soclearfastopen()
2864 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soclearfastopen()
H A Duipc_socket.c1854 so->so_flags1 |= SOF1_PRECONNECT_DATA; in soconnectxlocked()
1862 if (!(so->so_flags1 & SOF1_PRECONNECT_DATA) && in soconnectxlocked()
1875 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soconnectxlocked()
1886 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soconnectxlocked()
2048 !(so->so_flags1 & SOF1_PRECONNECT_DATA)) { in sosendcheck()
2075 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in sosendcheck()
3427 if ((so->so_flags1 & SOF1_PRECONNECT_DATA) && in soreceive()
6848 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in filt_sowrite_common()
H A Duipc_syscalls.c1033 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in connectitx()
/xnu-8020.140.41/bsd/netinet/
H A Dmptcp.c649 …if (!(mp_so->so_flags1 & SOF1_PRECONNECT_DATA) && MPTCP_SEQ_GEQ(mp_tp->mpt_sndnxt, mp_tp->mpt_sndm… in mptcp_can_send_more()
897 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in mptcp_get_subflow()
H A Dtcp_usrreq.c433 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in tcp_connect_complete()
628 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in tcp_usr_connectx_common()
1166 if (!(flags & PRUS_OOB) || (so->so_flags1 & SOF1_PRECONNECT_DATA)) { in tcp_usr_send()
H A Dmptcp_subr.c1716 if (mp_so->so_flags1 & SOF1_PRECONNECT_DATA) { in mptcp_subflow_socreate()
1717 (*so)->so_flags1 |= SOF1_PRECONNECT_DATA; in mptcp_subflow_socreate()
2017 (mp_so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_subflow_soconnectx()
2702 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in mptcp_subflow_add()
3180 (so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_subflow_output()
3286 if ((mp_so->so_flags1 & SOF1_PRECONNECT_DATA) || in mptcp_subflow_output()
H A Dmptcp_usrreq.c1076 !(mp_so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_usr_send()
H A Dflow_divert.c3508 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in flow_divert_connect_out_internal()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h316 #define SOF1_PRECONNECT_DATA 0x00000020 /* request for preconnect data */ macro
/xnu-8020.140.41/bsd/net/
H A Dcontent_filter.c574 #define IS_INITIAL_TFO_DATA(so) (so && (so->so_flags1 & SOF1_PRECONNECT_DATA) && (so->so_state & SS…