Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_subr.c1128 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, in mptcp_remove_subflows()
1136 if (ifp == NULL && mpts->mpts_ifscope == IFSCOPE_NONE) { in mptcp_remove_subflows()
1143 ifindex = mpts->mpts_ifscope; in mptcp_remove_subflows()
1432 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, low_power); in mptcp_subflow_necp_cb()
1874 mpts->mpts_ifscope, dbuf, dport, !!(mpts->mpts_flags & MPTSF_CONNECT_PENDING)); in mptcp_subflow_soconnectx()
1890 p, mpts->mpts_ifscope, in mptcp_subflow_soconnectx()
1913 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), error, mpts->mpts_ifscope); in mptcp_subflow_soconnectx()
2596 mpts->mpts_ifscope = ifscope; in mptcp_subflow_add()
3980 mptcp_subflow_add(mpte, NULL, SA(&dst), mpts->mpts_ifscope, NULL); in mptcp_try_alternate_port()
4490 struct ifnet *ifp = ifindex2ifnet[mpts->mpts_ifscope]; in mptcp_subflow_sosetopt()
[all …]
H A Dmptcp_var.h266 u_int32_t mpts_ifscope; /* scoped to the interface */ member