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

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h181 u_int32_t ifi_iqdrops; /* dropped on input, this interface */ member in struct:if_data
219 u_int64_t ifi_iqdrops; /* dropped on input, this interface */ member in struct:if_data64
363 u_int64_t ifi_iqdrops; /* dropped on input, this interface */ member in struct:if_data_internal
414 #define if_iqdrops if_data.ifi_iqdrops
H A Dkpi_interface.c1140 atomic_add_64(&ifp->if_data.ifi_iqdrops, s->dropped);
1203 atomic_set_64(&ifp->if_data.ifi_iqdrops, s->dropped);
1229 atomic_get_64(s->dropped, &ifp->if_data.ifi_iqdrops);
H A Ddlil.c1077 IF_DATA_REQUIRE_ALIGNED_64(ifi_iqdrops);
1090 IFNET_IF_DATA_REQUIRE_ALIGNED_64(ifi_iqdrops);
2794 atomic_add_64(&ifp->if_data.ifi_iqdrops, s->dropped);
H A Dif.c3377 COPYFIELD32_ATOMIC(ifi_iqdrops);
3432 COPYFIELD64_ATOMIC(ifi_iqdrops);

Completed in 93 milliseconds