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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h568 @field packets_in The number of packets received.
578 u_int32_t packets_in; member in struct:ifnet_stat_increment_param
894 @field packets_in The number of packets received.
904 u_int64_t packets_in; member in struct:ifnet_stats_param
2084 @param packets_in The number of additional packets received.
2090 u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in);
H A Dif_loop.c313 s.packets_in = cnt;
420 s.packets_in = cnt;
H A Dkpi_interface.c1123 if (s->packets_in != 0)
1124 atomic_add_64(&ifp->if_data.ifi_ipackets, s->packets_in);
1149 ifnet_stat_increment_in(struct ifnet *ifp, u_int32_t packets_in, argument
1155 if (packets_in != 0)
1156 atomic_add_64(&ifp->if_data.ifi_ipackets, packets_in);
1192 atomic_set_64(&ifp->if_data.ifi_ipackets, s->packets_in);
1218 atomic_get_64(s->packets_in, &ifp->if_data.ifi_ipackets);
H A Ddlil.c1972 m_cnt = s->packets_in;
1977 m_cnt = s->packets_in;
1996 if (ext && s->packets_in != m_cnt) {
1999 ifp->if_unit, s->packets_in, m_cnt);
2327 s.packets_in = m_cnt;
2731 if (s->packets_in != 0)
2732 d->packets_in += s->packets_in;
2751 PKTCNTR_ADD(&inp->tstats, s->packets_in, s->bytes_in);
2763 if (s->packets_in !
[all...]
H A Dif_stf.c824 stats.packets_in = 1;
H A Dif_utun.c841 incs.packets_in = 1;

Completed in 44 milliseconds