Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dmptcp_subr.c1119 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, in mptcp_remove_subflows()
1127 if (ifp == NULL && mpts->mpts_ifscope == IFSCOPE_NONE) { in mptcp_remove_subflows()
1134 ifindex = mpts->mpts_ifscope; in mptcp_remove_subflows()
1423 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, low_power); in mptcp_subflow_necp_cb()
1857 mpts->mpts_ifscope, dbuf, dport, !!(mpts->mpts_flags & MPTSF_CONNECT_PENDING)); in mptcp_subflow_soconnectx()
1873 p, mpts->mpts_ifscope, in mptcp_subflow_soconnectx()
1896 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), error, mpts->mpts_ifscope); in mptcp_subflow_soconnectx()
2558 mpts->mpts_ifscope = ifscope; in mptcp_subflow_add()
3941 mpts->mpts_ifscope, NULL); in mptcp_try_alternate_port()
4442 struct ifnet *ifp = ifindex2ifnet[mpts->mpts_ifscope]; in mptcp_subflow_sosetopt()
[all …]
H A Dmptcp_var.h265 u_int32_t mpts_ifscope; /* scoped to the interface */ member