Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_subr.c1770 struct mptcp_subf_auth_entry *sauth_entry; in mptcp_attach_to_subf() local
1782 sauth_entry = zalloc(mpt_subauth_zone); in mptcp_attach_to_subf()
1783 sauth_entry->msae_laddr_id = tp->t_local_aid; in mptcp_attach_to_subf()
1784 sauth_entry->msae_raddr_id = 0; in mptcp_attach_to_subf()
1785 sauth_entry->msae_raddr_rand = 0; in mptcp_attach_to_subf()
1787 sauth_entry->msae_laddr_rand = RandomULong(); in mptcp_attach_to_subf()
1788 if (sauth_entry->msae_laddr_rand == 0) { in mptcp_attach_to_subf()
1791 LIST_INSERT_HEAD(&mp_tp->mpt_subauth_list, sauth_entry, msae_next); in mptcp_attach_to_subf()
1797 struct mptcp_subf_auth_entry *sauth_entry; in mptcp_detach_mptcb_from_subf() local
1806 LIST_FOREACH(sauth_entry, &mp_tp->mpt_subauth_list, msae_next) { in mptcp_detach_mptcb_from_subf()
[all …]