Searched refs:MPTCP_SEQ_LT (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | mptcp_seq.h | 37 #define MPTCP_SEQ_LT(a, b) ((int64_t)((a) - (b)) < 0) macro
|
| H A D | mptcp_opt.c | 1160 if (MPTCP_SEQ_LT(mp_tp->mpt_sndwl1, seq) || in mptcp_update_window() 1162 (MPTCP_SEQ_LT(mp_tp->mpt_sndwl2, ack) || in mptcp_update_window()
|
| H A D | mptcp_subr.c | 3095 if (MPTCP_SEQ_LT(mp_tp->mpt_sndnxt, mp_tp->mpt_snduna)) { in mptcp_subflow_output() 3121 if (MPTCP_SEQ_LT(mpt_dsn, mp_tp->mpt_snduna)) { in mptcp_subflow_output() 3151 if (MPTCP_SEQ_LT(mpt_dsn, mp_tp->mpt_snduna)) { in mptcp_subflow_output() 3173 if (MPTCP_SEQ_LT(mp_tp->mpt_sndnxt, mp_tp->mpt_snduna)) { in mptcp_subflow_output() 3215 MPTCP_SEQ_LT(mp_tp->mpt_sndnxt, mp_tp->mpt_sndmax)) { in mptcp_subflow_output()
|
| H A D | mptcp.c | 567 if (MPTCP_SEQ_LT(mb_dsn, mp_tp->mpt_rcvnxt)) { in mptcp_input()
|
| H A D | tcp_output.c | 2987 if (recwin > 0 && MPTCP_SEQ_LT(mp_tp->mpt_rcvadv, mp_tp->mpt_rcvnxt + recwin)) { in tcp_output()
|