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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h569 @field bytes_in The number of bytes received.
579 u_int32_t bytes_in; member in struct:ifnet_stat_increment_param
895 @field bytes_in The number of bytes received.
905 u_int64_t bytes_in; member in struct:ifnet_stats_param
2085 @param bytes_in The number of additional bytes received.
2090 u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in);
H A Dif_loop.c315 s.bytes_in = len;
422 s.bytes_in = len;
H A Dkpi_interface.c1125 if (s->bytes_in != 0)
1126 atomic_add_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
1150 u_int32_t bytes_in, u_int32_t errors_in)
1157 if (bytes_in != 0)
1158 atomic_add_64(&ifp->if_data.ifi_ibytes, bytes_in);
1193 atomic_set_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
1219 atomic_get_64(s->bytes_in, &ifp->if_data.ifi_ibytes);
1149 ifnet_stat_increment_in(struct ifnet *ifp, u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in) argument
H A Ddlil.c1973 m_size = s->bytes_in;
1978 m_size = s->bytes_in;
2328 s.bytes_in = m_totlen;
2733 if (s->bytes_in != 0)
2734 d->bytes_in += s->bytes_in;
2751 PKTCNTR_ADD(&inp->tstats, s->packets_in, s->bytes_in);
2767 if (s->bytes_in != 0) {
2768 atomic_add_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
2769 s->bytes_in
[all...]
H A Dif_stf.c825 stats.bytes_in = mbuf_pkthdr_len(m);
H A Dif_utun.c842 incs.bytes_in = mbuf_pkthdr_len(m);

Completed in 46 milliseconds