Searched refs:ifi_iqdrops (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_var.h | 192 u_int32_t ifi_iqdrops; /* dropped on input, this interface */ member 230 u_int64_t ifi_iqdrops; /* dropped on input, this interface */ member
|
| H A D | dlil_ctl.c | 298 os_atomic_add(&ifp->if_data.ifi_iqdrops, s->dropped, relaxed); in dlil_input_stats_sync()
|
| H A D | if_var_private.h | 469 u_int64_t ifi_iqdrops; /* dropped on input, this interface */ member 555 #define if_iqdrops if_data.ifi_iqdrops
|
| H A D | kpi_interface.c | 1841 os_atomic_add(&ifp->if_data.ifi_iqdrops, s->dropped, relaxed); in ifnet_stat_increment() 1926 os_atomic_store(&ifp->if_data.ifi_iqdrops, s->dropped, release); in ifnet_set_stat() 1957 s->dropped = os_atomic_load(&ifp->if_data.ifi_iqdrops, relaxed); in ifnet_stat()
|
| H A D | if.c | 6238 COPYFIELD32_ATOMIC(ifi_iqdrops); in if_data_internal_to_if_data() 6290 COPYFIELD64_ATOMIC(ifi_iqdrops); in if_data_internal_to_if_data64()
|
| H A D | dlil.c | 1357 IF_DATA_REQUIRE_ALIGNED_64(ifi_iqdrops); in dlil_init() 1373 IFNET_IF_DATA_REQUIRE_ALIGNED_64(ifi_iqdrops); in dlil_init()
|