Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dmptcp_subr.c897 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()
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()
4575 struct mptsub *mpts, *tmpts; in mptcp_gc() local
4587 &mpte->mpte_subflows, mpts_entry, tmpts) { in mptcp_gc()
[all …]