Searched refs:packets (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqstat/
H A Dqdisc_jobs.c126 (sp->rout.packets == 0)?
127 -1.:(double)sp->avgdel/(double)sp->rout.packets,
128 (i > 0)?((sp->rout.packets > 0 && (&new[i-1])->rout.packets > 0)?
129 (double)(sp->avgdel*(&new[i-1])->rout.packets)/((double)sp->rout.packets*(&new[i-1])->avgdel):0):-1.0,
130 (sp->arrival.packets == 0)?
131 0:(double)100.*sp->adc_violations/(double)sp->arrival.packets,
H A Dqdisc_cdnr.c97 (ull)get_stats.cnts[TCACODE_PASS].packets,
98 (ull)get_stats.cnts[TCACODE_DROP].packets,
99 (ull)get_stats.cnts[TCACODE_MARK].packets,
100 (ull)get_stats.cnts[TCACODE_NEXT].packets,
101 (ull)get_stats.cnts[TCACODE_RETURN].packets,
102 (ull)get_stats.cnts[TCACODE_NONE].packets);
137 (ull)sp->tce_cnts[j].packets,
H A Dqdisc_rio.c99 (ull)rio_stats.q_stats[0].xmit_cnt.packets,
100 (ull)rio_stats.q_stats[0].drop_cnt.packets,
101 (ull)rio_stats.q_stats[1].xmit_cnt.packets,
102 (ull)rio_stats.q_stats[1].drop_cnt.packets,
103 (ull)rio_stats.q_stats[2].xmit_cnt.packets,
104 (ull)rio_stats.q_stats[2].drop_cnt.packets);
150 (ull)rp[dp].xmit_cnt.packets,
H A Dqdisc_fifoq.c75 (ull)get_stats.xmit_cnt.packets,
77 (ull)get_stats.drop_cnt.packets,
H A Dqdisc_red.c82 (ull)red_stats.xmit_cnt.packets,
83 (ull)red_stats.drop_cnt.packets,
116 (ull)rp->xmit_cnt.packets,
H A Dqdisc_wfq.c131 top[j]->stats.xmit_cnt.packets <
132 qinfo[i].stats.xmit_cnt.packets)) {
152 (ull)top[j]->stats.xmit_cnt.packets,
154 (ull)top[j]->stats.drop_cnt.packets,
H A Dqdisc_priq.c102 printf(" packets:%llu (%llu bytes) drops:%llu\n",
103 (ull)sp->xmitcnt.packets,
105 (ull)sp->dropcnt.packets);
H A Dqdisc_cbq.c120 (ull)sp->xmit_cnt.packets,
127 (ull)sp->drop_cnt.packets,
H A Dqdisc_hfsc.c91 printf("\ncur_time:%#llx %u classes %u packets in the tree\n",
124 printf(" packets:%llu (%llu bytes) drops:%llu (%llu bytes) \n",
125 (ull)sp->xmit_cnt.packets,
127 (ull)sp->drop_cnt.packets,
/netbsd-6-1-5-RELEASE/tests/kernel/
H A Dt_pty.c4 * Allocates a pty(4) device, and sends the specified number of packets of the
48 static size_t packets = 2; variable
79 for (i = 0; i < packets; i++) {
254 if (total != buffer_size * packets)
256 "Lost data %zu != %zu\n", total, buffer_size * packets);
270 "Usage: %s [-v] [-q <qsize>] [-s <packetsize>] [-n <packets>]\n",
284 packets = (size_t)atoi(optarg);
302 if (packets < 1 || packets > 100)
/netbsd-6-1-5-RELEASE/usr.sbin/spray/
H A Dspray.c114 * The default value of count is the number of packets required
151 /* Spray server with packets */
152 printf ("sending %d packets of lnth %d to %s ...", count, length, *argv);
176 /* report dropped packets */
180 printf("\t%d packets (%.2f%%) dropped\n",
184 printf("\tno packets dropped\n");
198 print_xferstats(int packets, int packetlen, double xfertime) argument
201 double pps; /* packets per second */
204 datalen = packets * packetlen;
205 pps = packets / xfertim
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_qstats.c296 (unsigned long long)cur.data.cbq_stats.xmit_cnt.packets,
298 (unsigned long long)cur.data.cbq_stats.drop_cnt.packets,
307 printf(" [ measured: %7.1f packets/s, %s/s ]\n",
317 (unsigned long long)cur.data.priq_stats.xmitcnt.packets,
319 (unsigned long long)cur.data.priq_stats.dropcnt.packets,
327 printf(" [ measured: %7.1f packets/s, %s/s ]\n",
337 (unsigned long long)cur.data.hfsc_stats.xmit_cnt.packets,
339 (unsigned long long)cur.data.hfsc_stats.drop_cnt.packets,
347 printf(" [ measured: %7.1f packets/s, %s/s ]\n",
382 p = qs->data.cbq_stats.xmit_cnt.packets;
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq.h165 u_int64_t packets; member in struct:pktcntr
170 do { (cntr)->packets++; (cntr)->bytes += len; } while (/*CONSTCOND*/ 0)
H A Daltq_jobs.h120 (cntr)->packets--; \
125 (cntr)->packets = 0; \
136 u_int qlimit; /* buffer size in packets */
302 u_int64_t current_loss; /* % of packets dropped */
378 u_int jif_qlimit; /* buffer size in packets */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dpacket.c91 u_int32_t packets; member in struct:packet_state
237 active_state->p_send.packets = active_state->p_read.packets = 0;
394 u_int32_t *packets, u_int64_t *bytes)
404 if (packets)
405 *packets = state->packets;
411 packet_set_state(int mode, u_int32_t seqnr, u_int64_t blocks, u_int32_t packets, argument
420 state->packets = packets;
393 packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks, u_int32_t *packets, u_int64_t *bytes) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-cnfp.c70 u_int32_t packets; member in struct:nfrec
187 EXTRACT_32BITS(&nr->packets),
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dalign-2.s2 # execute packets can cross fetch packet boundaries.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/ia64/
H A D20020313-1.c36 __u32 packets; member in struct:tc_stats
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/ia64/
H A D20020313-1.c36 __u32 packets; member in struct:tc_stats
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwdv.c267 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; local
328 packets = 0;
353 header = (packets == 0 || packets % npackets[lsystem] == 0);
385 ciph->dbc = packets++ % 256;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A DHISTORY21 2937422 packets filtered with pools should not be cached'
109 2535778 Bad IPv6 packets droped by default
113 2031730 4.1.31 Nat drops fragmented packets after the first
257 keep state doesn't work with multicast/broadcast packets (makes UPnP easier)
277 destroying NAT entries for blocked packets can lead to NAT table entry leak,
298 only advance TCP state for packets on the leading edge of the window. (B1)
305 ICMP checksums for some redirect'd packets are not adjusted correctly.
312 filling up the ipauth packet queue can lead to no more packets being
318 packets
324 logging of Ipv6 packets wit
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/ixgbe/
H A Dixv.h95 * value allows the driver to buffer more incoming packets. Each descriptor
257 u32 packets; member in struct:tx_ring
284 u32 packets; member in struct:rx_ring
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-usb-linux.c788 int packets = 0; local
795 int limit = max_packets - packets;
846 packets++;
850 if ((max_packets <= 0) || (packets == max_packets))
856 return packets;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dvalidate.c102 if (reader->offset == reader->key->packets[reader->packet].length) {
114 if (reader->key->packets[reader->packet].length <
121 &reader->key->packets[reader->packet].raw[reader->offset],
330 key->reader->key->packets[
336 key->reader->key->packets[
349 key->reader->key->packets[
357 key->reader->key->packets[
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D980408-1.c56 packets, member in struct:_Image

Completed in 298 milliseconds

123