Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dif_link.h25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/kernel-headers/original/uapi/linux/
Dif_link.h25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
58 __u64 rx_fifo_errors; /* recv'r fifo overrun */ member
Dif_hippi.h67 int rx_fifo_errors; /* recv'r fifo overrun */ member
/external/libnl/include/linux/
Dif_link.h25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ member
/external/libpcap/
Dpcap-dos.h193 DWORD rx_fifo_errors; /* recv'r fifo overrun */ member
/external/libpcap/pcap/
Dpcap.h201 u_long rx_fifo_errors; /* recv'r fifo overrun */ member
/external/iproute2/ip/
Dipaddress.c290 (uint64_t)s->rx_fifo_errors, in print_link_stats64()
336 s->rx_fifo_errors, in print_link_stats()
/external/libnl/lib/route/
Dlink.c301 link->l_stats[RTNL_LINK_RX_FIFO_ERR] = st->rx_fifo_errors; in link_msg_parser()