Searched refs:MPTCP_ITFSTATS_SIZE (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_private.h | 415 #define MPTCP_ITFSTATS_SIZE 4 macro 416 struct mptcp_itf_stats mptcpci_itfstats[MPTCP_ITFSTATS_SIZE];
|
| H A D | mptcp_usrreq.c | 541 mptcpstats_update(mptcp_ci.mptcpci_itfstats, MPTCP_ITFSTATS_SIZE, mpts); in mptcp_getconninfo() 748 …index = mptcpstats_get_index_by_ifindex(mpte->mpte_itfstats, MPTCP_ITFSTATS_SIZE, (u_short)(*cid),… in mptcp_getconninfo() 1966 for (i = 0; i < MPTCP_ITFSTATS_SIZE; i++) { in mptcp_fill_info_bytestats()
|
| H A D | mptcp_var.h | 143 struct mptcp_itf_stats mpte_itfstats[MPTCP_ITFSTATS_SIZE];
|
| H A D | mptcp_subr.c | 179 VERIFY(stats_count <= MPTCP_ITFSTATS_SIZE); in mptcpstats_get_index_by_ifindex() 181 for (i = 0; i < MPTCP_ITFSTATS_SIZE; i++) { in mptcpstats_get_index_by_ifindex() 208 VERIFY(stats_count <= MPTCP_ITFSTATS_SIZE); in mptcpstats_get_index() 217 index = mptcpstats_get_index_by_ifindex(stats, MPTCP_ITFSTATS_SIZE, ifp->if_index, true); in mptcpstats_get_index() 236 index = mptcpstats_get_index(mpte->mpte_itfstats, MPTCP_ITFSTATS_SIZE, mpts); in mptcpstats_inc_switch() 344 for (i = 0; i < MPTCP_ITFSTATS_SIZE; i++) { in mptcpstats_get_bytes() 2751 mptcpstats_update(mpte->mpte_itfstats, MPTCP_ITFSTATS_SIZE, mpts); in mptcp_subflow_del() 4209 mptcpstats_get_index(mpte->mpte_itfstats, MPTCP_ITFSTATS_SIZE, mpts); in mptcp_subflow_connected_ev()
|