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

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.h167 struct pktcntr sstats; /* packets and bytes per sampling */ member in struct:dlil_threading_info
H A Ddlil.c1024 bzero(&inp->sstats, sizeof (inp->sstats));
1699 PKTCNTR_ADD(&inp->sstats, m_cnt, m_size);
1707 btot = (u_int32_t)inp->sstats.bytes;
1717 ptot = (u_int32_t)inp->sstats.packets;
1727 PKTCNTR_CLEAR(&inp->sstats);
4440 bzero(&dl_inp->sstats, sizeof (dl_inp->sstats));

Completed in 40 milliseconds