Searched refs:sauth_entry (Results 1 – 1 of 1) sorted by relevance
1785 struct mptcp_subf_auth_entry *sauth_entry; in mptcp_attach_to_subf() local1797 sauth_entry = zalloc(mpt_subauth_zone); in mptcp_attach_to_subf()1798 sauth_entry->msae_laddr_id = tp->t_local_aid; in mptcp_attach_to_subf()1799 sauth_entry->msae_raddr_id = 0; in mptcp_attach_to_subf()1800 sauth_entry->msae_raddr_rand = 0; in mptcp_attach_to_subf()1802 sauth_entry->msae_laddr_rand = RandomULong(); in mptcp_attach_to_subf()1803 if (sauth_entry->msae_laddr_rand == 0) { in mptcp_attach_to_subf()1806 LIST_INSERT_HEAD(&mp_tp->mpt_subauth_list, sauth_entry, msae_next); in mptcp_attach_to_subf()1812 struct mptcp_subf_auth_entry *sauth_entry; in mptcp_detach_mptcb_from_subf() local1821 LIST_FOREACH(sauth_entry, &mp_tp->mpt_subauth_list, msae_next) { in mptcp_detach_mptcb_from_subf()[all …]