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

/macosx-10.9.5/xnu-2422.115.4/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
1082 @field packets_in The number of packets received.
1092 u_int64_t packets_in; member in struct:ifnet_stats_param
2473 @param packets_in The number of additional packets received.
2479 u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in);
H A Dkpi_interface.c1326 if (s->packets_in != 0)
1327 atomic_add_64(&ifp->if_data.ifi_ipackets, s->packets_in);
1352 ifnet_stat_increment_in(struct ifnet *ifp, u_int32_t packets_in, argument
1358 if (packets_in != 0)
1359 atomic_add_64(&ifp->if_data.ifi_ipackets, packets_in);
1395 atomic_set_64(&ifp->if_data.ifi_ipackets, s->packets_in);
1421 atomic_get_64(s->packets_in, &ifp->if_data.ifi_ipackets);
H A Ddlil.c2322 m_cnt = s->packets_in;
2327 m_cnt = s->packets_in;
2346 if (ext && s->packets_in != m_cnt) {
2349 s->packets_in, m_cnt);
2700 s.packets_in = m_cnt;
3142 if (s->packets_in != 0)
3143 d->packets_in += s->packets_in;
3162 PKTCNTR_ADD(&inp->tstats, s->packets_in, s->bytes_in);
3174 if (s->packets_in !
[all...]
H A Dif_stf.c822 stats.packets_in = 1;
H A Dif_utun.c886 incs.packets_in = 1;
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_if.c676 statsinc.packets_in = 1;
940 psp->p.ppp_ipackets = statspar.packets_in;
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp731 _inputDeltas.packets_in = queue->count;
756 _inputDeltas.packets_in = 1;

Completed in 173 milliseconds