Searched refs:tmpts (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | mptcp_subr.c | 895 struct mptsub *mpts, *tmpts; in mptcp_remove_cell_subflows() local 897 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_cell_subflows() 916 struct mptsub *mpts, *tmpts; in mptcp_remove_wifi_subflows() local 918 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_wifi_subflows() 1103 struct mptsub *mpts, *tmpts; in mptcp_remove_subflows() local 1109 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_subflows() 2922 struct mptsub *mpts, *tmpts; in mptcp_handle_input() local 2942 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_handle_input() 4563 struct mptsub *mpts, *tmpts; in mptcp_gc() local 4575 &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_gc() [all …]
|