Searched refs:tmpts (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | mptcp_subr.c | 1087 struct mptsub *mpts, *tmpts; in mptcp_remove_cell_subflows() local 1089 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_cell_subflows() 1108 struct mptsub *mpts, *tmpts; in mptcp_remove_wifi_subflows() local 1110 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_wifi_subflows() 1295 struct mptsub *mpts, *tmpts; in mptcp_remove_subflows() local 1301 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_subflows() 2997 struct mptsub *mpts, *tmpts; in mptcp_handle_input() local 3017 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_handle_input() 4774 struct mptsub *mpts, *tmpts; in mptcp_gc() local 4786 &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_gc() [all …]
|