Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dmptcp_var.h426 uint32_t mpt_notsent_lowat; /* TCP_NOTSENT_LOWAT support */ member
H A Dmptcp_subr.c6156 mptcpci.mptcpci_notsent_lowat = mp_tp->mpt_notsent_lowat;
6231 mp_tp->mpt_notsent_lowat = optval; in mptcp_set_notsent_lowat()
6249 return mp_tp->mpt_notsent_lowat; in mptcp_get_notsent_lowat()
6278 mp_tp->mpt_notsent_lowat)) { in mptcp_notsent_lowat_check()