Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dmptcp_var.h424 uint32_t mpt_notsent_lowat; /* TCP_NOTSENT_LOWAT support */ member
H A Dmptcp_subr.c6136 mptcpci.mptcpci_notsent_lowat = mp_tp->mpt_notsent_lowat;
6211 mp_tp->mpt_notsent_lowat = optval; in mptcp_set_notsent_lowat()
6229 return mp_tp->mpt_notsent_lowat; in mptcp_get_notsent_lowat()
6258 mp_tp->mpt_notsent_lowat)) { in mptcp_notsent_lowat_check()