Home
last modified time | relevance | path

Searched refs:MPTCP_SEQ_LT (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.61.5/bsd/netinet/
H A Dmptcp_seq.h37 #define MPTCP_SEQ_LT(a, b) ((int64_t)((a) - (b)) < 0) macro
H A Dmptcp_opt.c1177 if (MPTCP_SEQ_LT(mp_tp->mpt_sndwl1, seq) || in mptcp_update_window()
1179 (MPTCP_SEQ_LT(mp_tp->mpt_sndwl2, ack) || in mptcp_update_window()
H A Dmptcp_subr.c3065 if (MPTCP_SEQ_LT(mp_tp->mpt_sndnxt, mp_tp->mpt_snduna)) { in mptcp_subflow_output()
3088 if (MPTCP_SEQ_LT(mpt_dsn, mp_tp->mpt_snduna)) { in mptcp_subflow_output()
3118 if (MPTCP_SEQ_LT(mpt_dsn, mp_tp->mpt_snduna)) { in mptcp_subflow_output()
3140 if (MPTCP_SEQ_LT(mp_tp->mpt_sndnxt, mp_tp->mpt_snduna)) { in mptcp_subflow_output()
3182 MPTCP_SEQ_LT(mp_tp->mpt_sndnxt, mp_tp->mpt_sndmax)) { in mptcp_subflow_output()
H A Dmptcp.c557 if (MPTCP_SEQ_LT(mb_dsn, mp_tp->mpt_rcvnxt)) { in mptcp_input()
H A Dtcp_output.c2756 if (recwin > 0 && MPTCP_SEQ_LT(mp_tp->mpt_rcvadv, mp_tp->mpt_rcvnxt + recwin)) { in tcp_output()