Home
last modified time | relevance | path

Searched refs:MPTE_FIRSTPARTY (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/bsd/netinet/
H A Dmptcp_usrreq.c234 mpte->mpte_flags |= MPTE_FIRSTPARTY; in mptcp_entitlement_check()
245 mpte->mpte_flags |= MPTE_FIRSTPARTY; in mptcp_entitlement_check()
549 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_getconninfo()
H A Dmptcp_var.h111 #define MPTE_FIRSTPARTY 0x04 /* First-party app used multipath_extended entitlem… macro
H A Dmptcp_subr.c372 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
417 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
450 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
771 !!(mpte->mpte_flags & MPTE_FIRSTPARTY), in mptcp_check_subflows_and_add()
826 !(mpte->mpte_flags & MPTE_FIRSTPARTY) && in mptcp_check_subflows_and_add()
4463 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_subflow_sosetopt()
6610 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_wifi_quality_for_session()
6707 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_set_cellicon()
6804 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_unset_cellicon()
H A Dtcp_cache.c1316 if (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FIRSTPARTY) { in tcp_heuristic_do_mptcp()