Searched refs:bytes_in (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_poll.c | 112 m_size = s->bytes_in; in netif_rxpoll_compat_update_rxpoll_stats() 314 s->bytes_in = m_totlen; in netif_rxpoll_poll_driver() 339 s->bytes_in = (uint32_t)nx_mbq_size(rcvq); in netif_rxpoll_process_interrupt()
|
| H A D | nx_netif_compat.c | 1034 s->packets_in, s->bytes_in, nx_mbq_len(q), nx_mbq_size(q)); in nx_netif_compat_receive_log2() 1064 ASSERT(s->bytes_in == 0); in nx_netif_compat_receive() 1158 nx_mbq_enq_multi(q, m_head, m_tail, s->packets_in, s->bytes_in); in nx_netif_compat_receive() 1168 (void) ifnet_stat_increment_in(ifp, s->packets_in, s->bytes_in, in nx_netif_compat_receive() 1173 PKTCNTR_ADD(&ifp->if_poll_tstats, s->packets_in, s->bytes_in); in nx_netif_compat_receive()
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_loop.c | 324 s.bytes_in = len; in lo_output() 419 s.bytes_in = len; in lo_start()
|
| H A D | kpi_interface.h | 654 u_int32_t bytes_in; member 1175 u_int64_t bytes_in; member 2640 u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in)
|
| H A D | kpi_interface.c | 1811 if (s->bytes_in != 0) { in ifnet_stat_increment() 1812 atomic_add_64(&ifp->if_data.ifi_ibytes, s->bytes_in); in ifnet_stat_increment() 1847 u_int32_t bytes_in, u_int32_t errors_in) in ifnet_stat_increment_in() argument 1856 if (bytes_in != 0) { in ifnet_stat_increment_in() 1857 atomic_add_64(&ifp->if_data.ifi_ibytes, bytes_in); in ifnet_stat_increment_in() 1907 atomic_set_64(&ifp->if_data.ifi_ibytes, s->bytes_in); in ifnet_set_stat() 1938 atomic_get_64(s->bytes_in, &ifp->if_data.ifi_ibytes); in ifnet_stat()
|
| H A D | if_stf.c | 819 stats.bytes_in = mbuf_pkthdr_len(m); in in_stf_input()
|
| H A D | dlil.c | 3847 m_size = s->bytes_in; in ifnet_input_common() 3852 m_size = s->bytes_in; in ifnet_input_common() 3883 _s.bytes_in = m_size; in ifnet_input_common() 3967 u_int32_t m_size = s->bytes_in; in dlil_input_async() 4081 u_int32_t m_size = s->bytes_in; in dlil_input_sync() 4595 s.bytes_in = m_totlen; in ifnet_poll_thread_cont() 5936 if (s->bytes_in != 0) { in dlil_input_stats_add() 5937 d->bytes_in += s->bytes_in; in dlil_input_stats_add() 5961 PKTCNTR_ADD(&ifp->if_poll_tstats, s->packets_in, s->bytes_in); in dlil_input_stats_add() 5978 if (s->bytes_in != 0) { in dlil_input_stats_sync() [all …]
|
| H A D | if_utun.c | 2987 incs.bytes_in = mbuf_pkthdr_len(packet); in utun_pkt_input() 3256 incs.bytes_in += length; in utun_kpipe_sync_tx() 3263 tx_ring_stats.kcrsi_bytes_transferred = incs.bytes_in; in utun_kpipe_sync_tx()
|
| H A D | if_fake.c | 3136 stats.bytes_in = (uint32_t)mbuf_pkthdr_len(m) + ETHER_HDR_LEN; in feth_enqueue_input()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1203 s.bytes_in = bytes; in fsw_host_sendup()
|