Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dmptcp.c661 …if (!(mp_so->so_flags1 & SOF1_PRECONNECT_DATA) && MPTCP_SEQ_GEQ(mp_tp->mpt_sndnxt, mp_tp->mpt_sndm… in mptcp_can_send_more()
898 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()
2671 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in mptcp_subflow_add()
3105 (so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_subflow_output()
3214 if ((mp_so->so_flags1 & SOF1_PRECONNECT_DATA) || in mptcp_subflow_output()
H A Dmptcp_usrreq.c1083 !(mp_so->so_flags1 & SOF1_PRECONNECT_DATA)) { in mptcp_usr_send()
H A Dflow_divert.c3918 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in flow_divert_connect_out_internal()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c262 (so->so_flags1 & SOF1_PRECONNECT_DATA); in socanwrite()
2362 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in sowriteable()
2931 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in soclearfastopen()
2932 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soclearfastopen()
H A Duipc_socket.c1721 so->so_flags1 |= SOF1_PRECONNECT_DATA; in soconnectxlocked()
1729 if (!(so->so_flags1 & SOF1_PRECONNECT_DATA) && in soconnectxlocked()
1742 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soconnectxlocked()
1753 so->so_flags1 &= ~SOF1_PRECONNECT_DATA; in soconnectxlocked()
1925 !(so->so_flags1 & SOF1_PRECONNECT_DATA)) { in sosendcheck()
1952 if (so->so_flags1 & SOF1_PRECONNECT_DATA) { in sosendcheck()
3261 if ((so->so_flags1 & SOF1_PRECONNECT_DATA) && in soreceive()
6738 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-12377.41.6/bsd/sys/
H A Dsocketvar.h272 #define SOF1_PRECONNECT_DATA 0x00000020 /* request for preconnect data */ macro
/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c580 #define IS_INITIAL_TFO_DATA(so) (so && (so->so_flags1 & SOF1_PRECONNECT_DATA) && (so->so_state & SS…