Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_subr.c1122 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, in mptcp_remove_subflows()
1130 if (ifp == NULL && mpts->mpts_ifscope == IFSCOPE_NONE) { in mptcp_remove_subflows()
1137 ifindex = mpts->mpts_ifscope; in mptcp_remove_subflows()
1426 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, low_power); in mptcp_subflow_necp_cb()
1860 mpts->mpts_ifscope, dbuf, dport, !!(mpts->mpts_flags & MPTSF_CONNECT_PENDING)); in mptcp_subflow_soconnectx()
1876 p, mpts->mpts_ifscope, in mptcp_subflow_soconnectx()
1899 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), error, mpts->mpts_ifscope); in mptcp_subflow_soconnectx()
2571 mpts->mpts_ifscope = ifscope; in mptcp_subflow_add()
3951 mptcp_subflow_add(mpte, NULL, SA(&dst), mpts->mpts_ifscope, NULL); in mptcp_try_alternate_port()
4453 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