Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_var.h424 uint32_t mpt_notsent_lowat; /* TCP_NOTSENT_LOWAT support */ member
H A Dmptcp_subr.c6133 mptcpci.mptcpci_notsent_lowat = mp_tp->mpt_notsent_lowat;
6208 mp_tp->mpt_notsent_lowat = optval; in mptcp_set_notsent_lowat()
6226 return mp_tp->mpt_notsent_lowat; in mptcp_get_notsent_lowat()
6255 mp_tp->mpt_notsent_lowat)) { in mptcp_notsent_lowat_check()