Searched refs:tmpts (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | mptcp_subr.c | 898 struct mptsub *mpts, *tmpts; in mptcp_remove_cell_subflows() local 900 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_cell_subflows() 919 struct mptsub *mpts, *tmpts; in mptcp_remove_wifi_subflows() local 921 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_wifi_subflows() 1106 struct mptsub *mpts, *tmpts; in mptcp_remove_subflows() local 1112 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_remove_subflows() 2933 struct mptsub *mpts, *tmpts; in mptcp_handle_input() local 2953 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 …]
|