Searched refs:mtc (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c740 dscp_code_from_mbuf_tclass(mbuf_traffic_class_t mtc) argument
744 switch (mtc) {
973 mbuf_traffic_class_t mtc; local
981 mtc = MBUF_SC2TC(msc);
982 VERIFY(mtc < SO_TC_STATS_MAX);
983 so->so_tc_stats[mtc].txpackets += 1;
984 so->so_tc_stats[mtc].txbytes += m->m_pkthdr.len;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c902 mtypes_cpu_t mtc; local
907 bzero(&mtc, sizeof (mtc));
916 mtc.cpu_mtypes[n] += temp.cpu_mtypes[n];
921 mbstat.m_mtypes[n] = mtc.cpu_mtypes[n];

Completed in 34 milliseconds