Home
last modified time | relevance | path

Searched refs:tmpts (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dmptcp_subr.c904 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()
2958 struct mptsub *mpts, *tmpts; in mptcp_handle_input() local
2978 TAILQ_FOREACH_SAFE(mpts, &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_handle_input()
4609 struct mptsub *mpts, *tmpts; in mptcp_gc() local
4621 &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_gc()
[all …]