| /f-stack/dpdk/doc/guides/nics/ |
| H A D | kni.rst | 131 RX errors 0 dropped 0 overruns 0 frame 0 133 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 138 RX errors 0 dropped 0 overruns 0 frame 0 140 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 158 RX-packets: 35637905 RX-dropped: 0 RX-total: 35637905 159 TX-packets: 35637947 TX-dropped: 0 TX-total: 35637947 163 RX-packets: 35637915 RX-dropped: 0 RX-total: 35637915 164 TX-packets: 35637937 TX-dropped: 0 TX-total: 35637937 168 RX-packets: 71275820 RX-dropped: 0 RX-total: 71275820 169 TX-packets: 71275884 TX-dropped: 0 TX-total: 71275884
|
| /f-stack/dpdk/app/test/ |
| H A D | test_red.c | 184 return (double)dropped / ((double)enqueued + (double)dropped); in calc_drop_rate() 269 *tcfg->tvar->dropped = 0; in test_rte_red_init() 377 .dropped = ft_dropped, 459 *tcfg->tvar->dropped = 0; in func_test1() 589 *tcfg->tvar->dropped = 0; in func_test2() 916 .dropped = ft5_dropped, 1190 uint32_t *dropped, in enqueue_dequeue_perf() argument 1208 (*dropped)++; in enqueue_dequeue_perf() 1225 .dropped = pt_dropped, 1333 .dropped = pt_dropped, [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
| H A D | ereports.c | 134 int ret, dropped; in ereports_dump() local 137 ret = zpool_events_next(zhdl, &nvl, &dropped, ZEVENT_NONBLOCK, in ereports_dump() 141 if (dropped > 0) in ereports_dump() 142 (void) fprintf(stdout, "dropped %d events\n", dropped); in ereports_dump()
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet-tx.c | 70 int dropped; in cvm_oct_xmit() local 82 dropped = 0; in cvm_oct_xmit() 222 dropped = 1; in cvm_oct_xmit() 228 dropped = 1; in cvm_oct_xmit() 231 if (__predict_false(dropped)) { in cvm_oct_xmit() 255 return dropped; in cvm_oct_xmit()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64clat.c | 162 NAT64STAT_INC(stats, dropped); in nat64clat_handle_icmp6() 173 NAT64STAT_INC(stats, dropped); in nat64clat_handle_icmp6() 178 NAT64STAT_INC(stats, dropped); in nat64clat_handle_icmp6() 194 NAT64STAT_INC(stats, dropped); in nat64clat_handle_icmp6()
|
| H A D | nat64_translate.c | 214 NAT64STAT_INC(stats, dropped); in nat64_direct_output_one() 249 NAT64STAT_INC(stats, dropped); in nat64_output() 559 NAT64STAT_INC(stats, dropped); in nat64_fragment6() 769 NAT64STAT_INC(stats, dropped); in nat64_icmp6_reflect() 874 NAT64STAT_INC(stats, dropped); in nat64_icmp_reflect() 1181 NAT64STAT_INC(&cfg->stats, dropped); in nat64_icmp_translate() 1270 NAT64STAT_INC(&cfg->stats, dropped); in nat64_do_handle_ip4() 1468 NAT64STAT_INC(&cfg->stats, dropped); in nat64_handle_icmp6() 1474 NAT64STAT_INC(&cfg->stats, dropped); in nat64_handle_icmp6() 1558 NAT64STAT_INC(&cfg->stats, dropped); in nat64_handle_icmp6() [all …]
|
| H A D | nat64stl.c | 125 NAT64STAT_INC(&cfg->base.stats, dropped); in nat64stl_handle_ip6() 162 NAT64STAT_INC(stats, dropped); in nat64stl_handle_icmp6() 173 NAT64STAT_INC(stats, dropped); in nat64stl_handle_icmp6() 178 NAT64STAT_INC(stats, dropped); in nat64stl_handle_icmp6()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip_fw_nat64.h | 45 uint64_t dropped; /* dropped due to some errors */ member 58 uint64_t dropped; /* dropped due to some errors */ member 71 uint64_t dropped; /* dropped due to some errors */ member
|
| H A D | ip_fw_nptv6.h | 36 uint64_t dropped; /* dropped due to some errors */ member
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip_fw_nat64.h | 45 uint64_t dropped; /* dropped due to some errors */ member 58 uint64_t dropped; /* dropped due to some errors */ member 71 uint64_t dropped; /* dropped due to some errors */ member
|
| H A D | ip_fw_nptv6.h | 36 uint64_t dropped; /* dropped due to some errors */ member
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sysevent.c | 232 uint64_t dropped = 0; in sysevent_worker() local 239 dropped = 0; in sysevent_worker() 242 &dst_size, &dropped); in sysevent_worker()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev_xstats.c | 13 dropped, enumerator 56 case dropped: return sw->stats.rx_dropped; in get_dev_stat() 73 case dropped: return p->stats.rx_dropped; in get_port_stat() 108 case dropped: return qid->stats.rx_dropped; in get_qid_stat() 181 static const enum xstats_type dev_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator 192 static const enum xstats_type port_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator 211 static const enum xstats_type qid_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.h | 89 uint64_t dropped; member 143 core_statistics[lcore_id].dropped += n; in core_stats_update_drop()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_checksum.h | 80 uint64_t dropped; member
|
| H A D | ng_patch.h | 124 uint64_t dropped; member
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 97 uint64_t dropped; member 151 port_statistics[portid].dropped); in print_stats() 153 total_packets_dropped += port_statistics[portid].dropped; in print_stats() 694 &port_statistics[portid].dropped); in main()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_patch.h | 97 uint64_t dropped; member
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 96 uint64_t dropped; member 149 port_statistics[portid].dropped); in print_stats() 151 total_packets_dropped += port_statistics[portid].dropped; in print_stats() 712 &port_statistics[portid].dropped); in main()
|
| /f-stack/freebsd/contrib/openzfs/contrib/intel_qat/patch/ |
| H A D | 0001-cryptohash.diff | 1 cryptohash.h was dropped and merged with crypto/sha.sh in 5.8 kernel. Details in:
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 107 uint64_t dropped; member 145 port_statistics[portid].dropped); in print_stats() 147 total_packets_dropped += port_statistics[portid].dropped; in print_stats() 840 &port_statistics[portid].dropped); in main()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.h | 61 uint64_t dropped; member
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_arp.h | 112 uint64_t dropped; /* # of packets dropped waiting for a reply. */ member
|
| /f-stack/freebsd/net/ |
| H A D | if_arp.h | 112 uint64_t dropped; /* # of packets dropped waiting for a reply. */ member
|
| /f-stack/dpdk/doc/guides/platform/ |
| H A D | octeontx2.rst | 343 Packets dropped due to RX FIFO full: 0 344 Octets dropped due to RX FIFO full: 0 348 NCSI-bound packets dropped: 0 349 NCSI-bound octets dropped: 0 351 Packets dropped due to excessive collisions: 0 352 Packets dropped due to excessive deferral: 0
|