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

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h179 u_int32_t ifi_imcasts; /* packets received via multicast */ member in struct:if_data
217 u_int64_t ifi_imcasts; /* packets received via multicast */ member in struct:if_data64
361 u_int64_t ifi_imcasts; /* packets received via multicast */ member in struct:if_data_internal
412 #define if_imcasts if_data.ifi_imcasts
H A Dkpi_interface.c1194 atomic_set_64(&ifp->if_data.ifi_imcasts, s->multicasts_in);
1220 atomic_get_64(s->multicasts_in, &ifp->if_data.ifi_imcasts);
H A Dif.c3375 COPYFIELD32_ATOMIC(ifi_imcasts);
3430 COPYFIELD64_ATOMIC(ifi_imcasts);
H A Ddlil.c1075 IF_DATA_REQUIRE_ALIGNED_64(ifi_imcasts);
1088 IFNET_IF_DATA_REQUIRE_ALIGNED_64(ifi_imcasts);

Completed in 82 milliseconds