Home
last modified time | relevance | path

Searched refs:rx_dropped (Results 1 – 12 of 12) sorted by relevance

/external/tcpdump/tests/
Dof10_p3295-vv.out741 …port_no 42, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
742 …port_no 33, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
743 …port_no 36, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
744 …port_no 31, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
745 …port_no 48, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
746 …port_no 40, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
747 …port_no 1, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_erro…
748 …port_no 28, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
749 …port_no 20, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
750 …port_no 10, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_err…
[all …]
Dof10_s4810-vvvv.out899 …port_no 1, rx_packets 129437, tx_packets 8061, rx_bytes 16090662, tx_bytes 515904, rx_dropped 0, t…
904 …port_no 2, rx_packets 0, tx_packets 0, rx_bytes 0, tx_bytes 0, rx_dropped 0, tx_dropped 0, rx_erro…
/external/iproute2/include/linux/
Dif_link.h15 __u32 rx_dropped; /* no space in linux buffers */ member
48 __u64 rx_dropped; /* no space in linux buffers */ member
/external/kernel-headers/original/uapi/linux/
Dif_link.h15 __u32 rx_dropped; /* no space in linux buffers */ member
48 __u64 rx_dropped; /* no space in linux buffers */ member
Dif_hippi.h59 int rx_dropped; /* no space in linux buffers */ member
Dopenvswitch.h114 __u64 rx_dropped; /* no space in linux buffers */ member
/external/libnl/include/linux/
Dif_link.h15 __u32 rx_dropped; /* no space in linux buffers */ member
/external/libpcap/
Dpcap-dos.h183 DWORD rx_dropped; /* no space in Rx buffers */ member
Dpcap-dos.c378 pd->stat.ps_ifdrop = stats->rx_dropped + /* queue full */ in pcap_stats_dos()
/external/libpcap/pcap/
Dpcap.h191 u_long rx_dropped; /* no space in Rx buffers */ member
/external/libnl/lib/route/
Dlink.c299 link->l_stats[RTNL_LINK_RX_DROPPED] = st->rx_dropped; in link_msg_parser()
1070 __ADD(RTNL_LINK_RX_DROPPED, rx_dropped)
/external/iproute2/ip/
Dipaddress.c277 (uint64_t)s->rx_dropped, in print_link_stats64()
324 s->rx_dropped, s->rx_over_errors, in print_link_stats()