Searched refs:packets_in (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_loop.c301 s.packets_in = cnt;
409 s.packets_in = cnt;
H A Dkpi_interface.h606 @field packets_in The number of packets received.
616 u_int32_t packets_in; member in struct:ifnet_stat_increment_param
1090 @field packets_in The number of packets received.
1100 u_int64_t packets_in; member in struct:ifnet_stats_param
2482 @param packets_in The number of additional packets received.
2488 u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in);
H A Dkpi_interface.c1369 if (s->packets_in != 0)
1370 atomic_add_64(&ifp->if_data.ifi_ipackets, s->packets_in);
1395 ifnet_stat_increment_in(struct ifnet *ifp, u_int32_t packets_in, argument
1401 if (packets_in != 0)
1402 atomic_add_64(&ifp->if_data.ifi_ipackets, packets_in);
1438 atomic_set_64(&ifp->if_data.ifi_ipackets, s->packets_in);
1464 atomic_get_64(s->packets_in, &ifp->if_data.ifi_ipackets);
H A Ddlil.c2328 m_cnt = s->packets_in;
2333 m_cnt = s->packets_in;
2352 if (ext && s->packets_in != m_cnt) {
2355 s->packets_in, m_cnt);
2704 s.packets_in = m_cnt;
3162 if (s->packets_in != 0)
3163 d->packets_in += s->packets_in;
3182 PKTCNTR_ADD(&inp->tstats, s->packets_in, s->bytes_in);
3194 if (s->packets_in !
[all...]
H A Dif_stf.c822 stats.packets_in = 1;
H A Dif_utun.c976 incs.packets_in = 1;
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_if.c679 statsinc.packets_in = 1;
943 psp->p.ppp_ipackets = statspar.packets_in;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp731 _inputDeltas.packets_in = queue->count;
756 _inputDeltas.packets_in = 1;

Completed in 274 milliseconds