Searched refs:tmpts (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/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() 2963 struct mptsub *mpts, *tmpts; in mptcp_handle_input() local 2983 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_handle_input() 4617 struct mptsub *mpts, *tmpts; in mptcp_gc() local 4629 &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_gc() [all …]
|