Home
last modified time | relevance | path

Searched refs:rx_fifo_errors (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dif_link.h26 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
61 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/third_party/libnl/lib/route/
Dlink.c410 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st->rx_fifo_errors; in rtnl_link_info_parse()
460 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st.rx_fifo_errors; in rtnl_link_info_parse()
/third_party/toybox/toys/pending/
Dip.c769 rtstat->rx_fifo_errors, rtstat->rx_missed_errors); in print_stats()