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

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.h148 struct pktcntr tstats; /* incremental polling statistics */ member in struct:dlil_threading_info
H A Ddlil.c1022 bzero(&inp->tstats, sizeof (inp->tstats));
2751 PKTCNTR_ADD(&inp->tstats, s->packets_in, s->bytes_in);
2802 if (inp->tstats.packets != 0) {
2803 inp->pstats.ifi_poll_packets += inp->tstats.packets;
2804 inp->tstats.packets = 0;
2806 if (inp->tstats.bytes != 0) {
2807 inp->pstats.ifi_poll_bytes += inp->tstats.bytes;
2808 inp->tstats.bytes = 0;
4438 bzero(&dl_inp->tstats, sizeo
[all...]

Completed in 78 milliseconds