Searched refs:ifi_ibytes (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h177 u_int32_t ifi_ibytes; /* total number of octets received */ member in struct:if_data
215 u_int64_t ifi_ibytes; /* total number of octets received */ member in struct:if_data64
359 u_int64_t ifi_ibytes; /* total number of octets received */ member in struct:if_data_internal
410 #define if_ibytes if_data.ifi_ibytes
H A Dkpi_interface.c1126 atomic_add_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
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);
H A Ddlil.c1073 IF_DATA_REQUIRE_ALIGNED_64(ifi_ibytes);
1086 IFNET_IF_DATA_REQUIRE_ALIGNED_64(ifi_ibytes);
2768 atomic_add_64(&ifp->if_data.ifi_ibytes, s->bytes_in);
H A Dif.c3373 COPYFIELD32_ATOMIC(ifi_ibytes);
3428 COPYFIELD64_ATOMIC(ifi_ibytes);

Completed in 47 milliseconds