Searched refs:bytes_in (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_poll.c | 113 m_size = s->bytes_in; in netif_rxpoll_compat_update_rxpoll_stats() 315 s->bytes_in = m_totlen; in netif_rxpoll_poll_driver() 340 s->bytes_in = (uint32_t)nx_mbq_size(rcvq); in netif_rxpoll_process_interrupt()
|
| H A D | nx_netif_compat.c | 1038 s->packets_in, s->bytes_in, nx_mbq_len(q), nx_mbq_size(q)); in nx_netif_compat_receive_log2() 1068 ASSERT(s->bytes_in == 0); in nx_netif_compat_receive() 1162 nx_mbq_enq_multi(q, m_head, m_tail, s->packets_in, s->bytes_in); in nx_netif_compat_receive() 1172 (void) ifnet_stat_increment_in(ifp, s->packets_in, s->bytes_in, in nx_netif_compat_receive() 1177 PKTCNTR_ADD(&ifp->if_poll_tstats, s->packets_in, s->bytes_in); in nx_netif_compat_receive()
|
| /xnu-11215/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 | 673 u_int32_t bytes_in; member 1191 u_int64_t bytes_in; member 2648 u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in)
|
| H A D | kpi_interface.c | 1826 if (s->bytes_in != 0) { in ifnet_stat_increment() 1827 os_atomic_add(&ifp->if_data.ifi_ibytes, s->bytes_in, relaxed); in ifnet_stat_increment() 1862 u_int32_t bytes_in, u_int32_t errors_in) in ifnet_stat_increment_in() argument 1871 if (bytes_in != 0) { in ifnet_stat_increment_in() 1872 os_atomic_add(&ifp->if_data.ifi_ibytes, bytes_in, relaxed); in ifnet_stat_increment_in() 1922 os_atomic_store(&ifp->if_data.ifi_ibytes, s->bytes_in, release); in ifnet_set_stat() 1953 s->bytes_in = os_atomic_load(&ifp->if_data.ifi_ibytes, relaxed); in ifnet_stat()
|
| H A D | dlil.c | 3634 m_size = s->bytes_in; in ifnet_input_common() 3640 m_size = s->bytes_in; in ifnet_input_common() 3671 _s.bytes_in = m_size; in ifnet_input_common() 3836 stat_delta->bytes_in = 0; in dlil_trim_overcomitted_queue_locked() 3871 u_int32_t m_size = s->bytes_in; in dlil_input_async() 4019 u_int32_t m_size = s->bytes_in; in dlil_input_sync() 4568 s.bytes_in = m_totlen; in ifnet_poll_thread_cont() 5815 if (s->bytes_in != 0) { in dlil_input_stats_add() 5816 d->bytes_in += s->bytes_in; in dlil_input_stats_add() 5857 if (s->bytes_in != 0) { in dlil_input_stats_sync() [all …]
|
| H A D | if_stf.c | 825 stats.bytes_in = mbuf_pkthdr_len(m); in in_stf_input()
|
| H A D | if_vlan.c | 1139 s.bytes_in += scan->m_pkthdr.len + ETHER_HDR_LEN; in vlan_input_packet_list() 1143 vlan_ifp->if_xname, s.packets_in, s.bytes_in); in vlan_input_packet_list()
|
| H A D | if_utun.c | 3002 incs.bytes_in = mbuf_pkthdr_len(packet); in utun_pkt_input() 3274 incs.bytes_in += length; in utun_kpipe_sync_tx() 3281 tx_ring_stats.kcrsi_bytes_transferred = incs.bytes_in; in utun_kpipe_sync_tx()
|
| H A D | if_bond.c | 1842 s.bytes_in += scan->m_pkthdr.len + ETHER_HDR_LEN; in bond_input_packet_list() 1844 s.bytes_in += ETHER_VLAN_ENCAP_LEN; in bond_input_packet_list() 1854 ifp->if_xname, port_ifp->if_xname, s.packets_in, s.bytes_in); in bond_input_packet_list()
|
| H A D | if_fake.c | 3706 stats.bytes_in = (uint32_t)mbuf_pkthdr_len(m) + ETHER_HDR_LEN; in feth_enqueue_input()
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1564 s.bytes_in = bytes; in fsw_host_sendup()
|