Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c5686 mptcp_get_map_for_dsn(struct socket *so, uint64_t dsn_fail, uint32_t *tcp_seq) in mptcp_get_map_for_dsn() argument
5702 if (MPTCP_SEQ_LEQ(dsn, dsn_fail) && in mptcp_get_map_for_dsn()
5703 (MPTCP_SEQ_GEQ(dsn + datalen, dsn_fail))) { in mptcp_get_map_for_dsn()
5704 off = (int)(dsn_fail - dsn); in mptcp_get_map_for_dsn()
5717 os_log_error(mptcp_log_handle, "%s: %llu not found \n", __func__, dsn_fail); in mptcp_get_map_for_dsn()