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

/linux-master/include/uapi/linux/
H A Dif_link.h215 * @rx_otherhost_dropped: Number of packets dropped due to mismatch
250 __u64 rx_otherhost_dropped; member in struct:rtnl_link_stats64
/linux-master/tools/include/uapi/linux/
H A Dif_link.h215 * @rx_otherhost_dropped: Number of packets dropped due to mismatch
250 __u64 rx_otherhost_dropped; member in struct:rtnl_link_stats64
/linux-master/include/linux/
H A Dnetdevice.h222 unsigned long rx_otherhost_dropped; member in struct:net_device_core_stats
4015 DEV_CORE_STATS_INC(rx_otherhost_dropped)
/linux-master/net/core/
H A Ddev.c10697 storage->rx_otherhost_dropped += READ_ONCE(core_stats->rx_otherhost_dropped);

Completed in 188 milliseconds