Home
last modified time | relevance | path

Searched refs:dsn_fail (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dmptcp_var.h620 extern int mptcp_get_map_for_dsn(struct socket *so, uint64_t dsn_fail, uint32_t *tcp_seq);
H A Dmptcp_subr.c5692 mptcp_get_map_for_dsn(struct socket *so, uint64_t dsn_fail, uint32_t *tcp_seq) in mptcp_get_map_for_dsn() argument
5708 if (MPTCP_SEQ_LEQ(dsn, dsn_fail) && in mptcp_get_map_for_dsn()
5709 (MPTCP_SEQ_GEQ(dsn + datalen, dsn_fail))) { in mptcp_get_map_for_dsn()
5710 off = (int)(dsn_fail - dsn); in mptcp_get_map_for_dsn()
5723 os_log_error(mptcp_log_handle, "%s: %llu not found \n", __func__, dsn_fail); in mptcp_get_map_for_dsn()