Searched refs:tmpts (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | mptcp_subr.c | 904 struct mptsub *mpts, *tmpts; in mptcp_remove_cell_subflows() local 906 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_cell_subflows() 925 struct mptsub *mpts, *tmpts; in mptcp_remove_wifi_subflows() local 927 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_wifi_subflows() 1112 struct mptsub *mpts, *tmpts; in mptcp_remove_subflows() local 1118 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_subflows() 2960 struct mptsub *mpts, *tmpts; in mptcp_handle_input() local 2980 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_handle_input() 4611 struct mptsub *mpts, *tmpts; in mptcp_gc() local 4623 &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_gc() [all …]
|