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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h270 LIST_ENTRY(mptcp_subf_auth_entry) msae_next; member in struct:mptcp_subf_auth_entry
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) {
3705 LIST_REMOVE(sauth_entry, 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 23 milliseconds