Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dmptcp_subr.c1121 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, in mptcp_remove_subflows()
1129 if (ifp == NULL && mpts->mpts_ifscope == IFSCOPE_NONE) { in mptcp_remove_subflows()
1136 ifindex = mpts->mpts_ifscope; in mptcp_remove_subflows()
1425 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, low_power); in mptcp_subflow_necp_cb()
1859 mpts->mpts_ifscope, dbuf, dport, !!(mpts->mpts_flags & MPTSF_CONNECT_PENDING)); in mptcp_subflow_soconnectx()
1875 p, mpts->mpts_ifscope, in mptcp_subflow_soconnectx()
1898 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), error, mpts->mpts_ifscope); in mptcp_subflow_soconnectx()
2571 mpts->mpts_ifscope = ifscope; in mptcp_subflow_add()
3952 mpts->mpts_ifscope, NULL); in mptcp_try_alternate_port()
4454 struct ifnet *ifp = ifindex2ifnet[mpts->mpts_ifscope]; in mptcp_subflow_sosetopt()
[all …]
H A Dmptcp_var.h264 u_int32_t mpts_ifscope; /* scoped to the interface */ member