Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_var.h617 extern int mptcp_get_map_for_dsn(struct socket *so, uint64_t dsn_fail, uint32_t *tcp_seq);
H A Dmptcp_subr.c5680 mptcp_get_map_for_dsn(struct socket *so, uint64_t dsn_fail, uint32_t *tcp_seq) in mptcp_get_map_for_dsn() argument
5696 if (MPTCP_SEQ_LEQ(dsn, dsn_fail) && in mptcp_get_map_for_dsn()
5697 (MPTCP_SEQ_GEQ(dsn + datalen, dsn_fail))) { in mptcp_get_map_for_dsn()
5698 off = (int)(dsn_fail - dsn); in mptcp_get_map_for_dsn()
5711 os_log_error(mptcp_log_handle, "%s: %llu not found \n", __func__, dsn_fail); in mptcp_get_map_for_dsn()