Home
last modified time | relevance | path

Searched refs:mptcp_ok_to_create_subflows (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/netinet/
H A Dmptcp_var.h554 extern boolean_t mptcp_ok_to_create_subflows(struct mptcb *mp_tp);
H A Dmptcp_subr.c512 mptcp_ok_to_create_subflows(struct mptcb *mp_tp) in mptcp_ok_to_create_subflows() function
686 if (!mptcp_ok_to_create_subflows(mp_tp)) { in mptcp_check_subflows_and_add()
1081 if (!mptcp_ok_to_create_subflows(mpte->mpte_mptcb)) { in mptcp_check_subflows_and_remove()
1105 if (!mptcp_ok_to_create_subflows(mpte->mpte_mptcb)) { in mptcp_remove_subflows()
1224 if (!mptcp_ok_to_create_subflows(mp_tp)) { in mptcp_sched_create_subflows()
3921 if (!mptcp_ok_to_create_subflows(mpte->mpte_mptcb)) { in mptcp_try_alternate_port()
H A Dmptcp_usrreq.c1812 if (!mptcp_ok_to_create_subflows(mp_tp)) { in mptcp_setopt()