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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h177 u_int32_t ifi_iqdrops; /* dropped on input, this interface */ member in struct:if_data
215 u_int64_t ifi_iqdrops; /* dropped on input, this interface */ member in struct:if_data64
253 u_int64_t ifi_iqdrops; /* dropped on input, this interface */ member in struct:if_data_internal
280 #define if_iqdrops if_data.ifi_iqdrops
H A Dkpi_interface.c568 interface->if_data.ifi_iqdrops += counts->dropped;
656 interface->if_data.ifi_iqdrops = stats->dropped;
692 stats->dropped = interface->if_data.ifi_iqdrops;
H A Dif.c2284 COPYFIELD32(ifi_iqdrops);
2336 COPYFIELD(ifi_iqdrops);
H A Ddlil.c942 ifp->if_data.ifi_iqdrops += stats->dropped;

Completed in 85 milliseconds