Searched refs:tmpts (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | mptcp_subr.c | 897 struct mptsub *mpts, *tmpts; in mptcp_remove_cell_subflows() local 899 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_cell_subflows() 918 struct mptsub *mpts, *tmpts; in mptcp_remove_wifi_subflows() local 920 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_wifi_subflows() 1105 struct mptsub *mpts, *tmpts; in mptcp_remove_subflows() local 1111 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_subflows() 2932 struct mptsub *mpts, *tmpts; in mptcp_handle_input() local 2952 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_handle_input() 4574 struct mptsub *mpts, *tmpts; in mptcp_gc() local 4586 &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_gc() [all …]
|