Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Dmptcp_var.h423 uint32_t mpt_notsent_lowat; /* TCP_NOTSENT_LOWAT support */ member
H A Dmptcp_subr.c6135 mptcpci.mptcpci_notsent_lowat = mp_tp->mpt_notsent_lowat;
6210 mp_tp->mpt_notsent_lowat = optval; in mptcp_set_notsent_lowat()
6228 return mp_tp->mpt_notsent_lowat; in mptcp_get_notsent_lowat()
6257 mp_tp->mpt_notsent_lowat)) { in mptcp_notsent_lowat_check()