Searched refs:mpt_subauth_list (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h323 LIST_HEAD(, mptcp_subf_auth_entry) mpt_subauth_list; /* address IDs */ member in struct:mptcb
H A Dmptcp_subr.c3684 LIST_INSERT_HEAD(&mp_tp->mpt_subauth_list, sauth_entry, msae_next);
3698 LIST_FOREACH(sauth_entry, &mp_tp->mpt_subauth_list, msae_next) {
3720 LIST_FOREACH(sauth_entry, &mp_tp->mpt_subauth_list, msae_next) {
3740 LIST_FOREACH(sauth_entry, &mp_tp->mpt_subauth_list, msae_next) {

Completed in 28 milliseconds