Searched refs:dropped (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.3-release/tools/regression/netinet/arphold/
H A Darphold.c34 * 3) Check the arp dropped stat to make sure that we have not dropped
37 * 5) Make sure that only one packet was dropped.
71 unsigned long dropped = 0; local
105 dropped = arpstat.dropped;
107 printf("dropped before %ld\n", dropped);
131 printf("dropped after %ld\n", arpstat.dropped);
[all...]
/freebsd-10.3-release/sys/netgraph/
H A Dng_patch.h97 uint64_t dropped; member in struct:ng_patch_stats
103 { "dropped", &ng_parse_uint64_type }, \
H A Dng_patch.c515 priv->stats.dropped++;
535 priv->stats.dropped++;
/freebsd-10.3-release/sys/mips/cavium/octe/
H A Dethernet-tx.c69 int dropped; local
81 dropped = 0;
221 dropped = 1;
227 dropped = 1;
230 if (__predict_false(dropped)) {
254 return dropped;
/freebsd-10.3-release/sys/net/
H A Dif_arp.h124 uint64_t dropped; /* # of packets dropped waiting for a reply. */ member in struct:arpstat
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_cache.c71 boolean_t dropped; member in struct:cache_switch
385 (p_sw->dropped) ? "[whole switch missing]" : "");
492 !p_cache_sw->dropped &&
659 if (p_cache_sw->dropped) {
663 p_cache_sw->dropped = FALSE;
682 * (dropped flag is on), check that it's a leaf switch.
697 if (p_cache_sw->dropped) {
733 if (!p_remote_cache_sw || !p_remote_cache_sw->dropped) {
889 has already been dropped and cached */
892 "has already been dropped an
[all...]
/freebsd-10.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c916 Int dropped; /* work */ local
950 decTrim (res, 1, &dropped); /* normalize in place */
987 Int dropped; /* .. */ local
1228 decTrim (res, 0, &dropped); /* trailing zeros */
1465 Int dropped; /* .. */ local
1717 decTrim (b, 1, &dropped); /* [drops trailing zeros] */
1744 /* here, dropped is the count of trailing zeros in 'a' */
1754 if (dropped < todrop)
1755 todrop = dropped; /* clamp to those available */
1920 Int dropped; /* wor local
2748 Int dropped; /* work */ local
4369 decTrim(decNumber * dn, Flag all, Int * dropped) argument
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c93 u_int32_t dropped; member in struct:mon_bin_stats
701 /* extract info on dropped urbs */
754 stats->ps_drop = st.dropped;
/freebsd-10.3-release/sys/netinet/
H A Dif_ether.c221 ARPSTAT_ADD(dropped, pkts_dropped);
420 ARPSTAT_INC(dropped);
H A Din.c1298 ARPSTAT_ADD(dropped, pkts_dropped);
/freebsd-10.3-release/contrib/ntp/include/
H A Dntp_request.h561 u_int32 dropped; /* dropped packets */ member in struct:info_io_stats
/freebsd-10.3-release/sys/dev/mlx5/mlx5_en/
H A Den.h165 m(+1, u64 tx_queue_dropped, "tx_queue_dropped", "Transmit queue dropped") \
344 m(+1, u64 dropped, "dropped", "Transmitted packets") \
H A Dmlx5_en_tx.c360 sq->stats.dropped++;
H A Dmlx5_en_main.c435 tx_queue_dropped += sq_stats->dropped;
/freebsd-10.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c422 printf("offsetof(dropped) = %d\n",
423 (int) offsetof(struct info_io_stats, dropped));
/freebsd-10.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1352 and Jon Broome has dropped off the face of the earth!
/freebsd-10.3-release/usr.bin/netstat/
H A Dinet.c677 p(tcps_conndrops, "\t%ju embryonic connection%s dropped\n");
681 p(tcps_timeoutdrop, "\t\t%ju connection%s dropped by rexmit timeout\n");
683 p(tcps_persistdrop, "\t\t%ju connection%s dropped by persist timeout\n");
685 "\t%ju Connection%s (fin_wait_2) dropped because of timeout\n");
688 p(tcps_keepdrops, "\t\t%ju connection%s dropped by keepalive\n");
695 p1a(tcps_sc_dropped, "\t\t%ju dropped\n");
774 p1a(udps_noport, "dropped due to no socket\n");
777 p1a(udps_fullsock, "dropped due to full socket buffers\n");
864 p(ips_fragdropped, "\t%ju fragment%s dropped (dup or out of space)\n");
865 p(ips_fragtimeout, "\t%ju fragment%s dropped afte
[all...]
/freebsd-10.3-release/contrib/gdb/
H A Dltmain.sh2963 echo "*** All declared inter-library dependencies are being dropped."
3003 echo "*** The inter-library dependencies that have been dropped here will be"
/freebsd-10.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh3754 $echo "*** All declared inter-library dependencies are being dropped."
3794 $echo "*** The inter-library dependencies that have been dropped here will be"
/freebsd-10.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh3754 $echo "*** All declared inter-library dependencies are being dropped."
3794 $echo "*** The inter-library dependencies that have been dropped here will be"
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_request.c1213 io->dropped = htonl((u_int32)packets_dropped);
/freebsd-10.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1136 fprintf(fp, "dropped packets: %lu\n",
1137 (u_long)ntohl(io->dropped));

Completed in 323 milliseconds