Home
last modified time | relevance | path

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

/xnu-10002.1.13/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()
1424 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mpts->mpts_ifscope, low_power); in mptcp_subflow_necp_cb()
1858 mpts->mpts_ifscope, dbuf, dport, !!(mpts->mpts_flags & MPTSF_CONNECT_PENDING)); in mptcp_subflow_soconnectx()
1874 p, mpts->mpts_ifscope, in mptcp_subflow_soconnectx()
1897 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), error, mpts->mpts_ifscope); in mptcp_subflow_soconnectx()
2570 mpts->mpts_ifscope = ifscope; in mptcp_subflow_add()
3951 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.h263 u_int32_t mpts_ifscope; /* scoped to the interface */ member