Home
last modified time | relevance | path

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

/linux-6.14.4/tools/include/uapi/linux/
Dif_link.h250 __u64 rx_otherhost_dropped; member
/linux-6.14.4/include/uapi/linux/
Dif_link.h250 __u64 rx_otherhost_dropped; member
/linux-6.14.4/include/linux/
Dnetdevice.h227 unsigned long rx_otherhost_dropped; member
4233 DEV_CORE_STATS_INC(rx_otherhost_dropped) in DEV_CORE_STATS_INC()
/linux-6.14.4/net/core/
Ddev.c11412 storage->rx_otherhost_dropped += READ_ONCE(core_stats->rx_otherhost_dropped); in dev_get_stats()