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