Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dmptcp_var.h427 uint32_t mpt_notsent_lowat; /* TCP_NOTSENT_LOWAT support */ member
H A Dmptcp_subr.c6164 mptcpci.mptcpci_notsent_lowat = mp_tp->mpt_notsent_lowat;
6238 mp_tp->mpt_notsent_lowat = optval; in mptcp_set_notsent_lowat()
6256 return mp_tp->mpt_notsent_lowat; in mptcp_get_notsent_lowat()
6285 mp_tp->mpt_notsent_lowat)) { in mptcp_notsent_lowat_check()