Home
last modified time | relevance | path

Searched refs:total_packets (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/
H A Dpsock_tpacket.c118 if (total_packets % 10 == 0) { in status_bar_update()
258 total_packets++; in walk_v1_v2_rx()
415 total_packets = NUM_PACKETS; in walk_tx()
418 while (total_packets > 0) { in walk_tx()
422 total_packets > 0) { in walk_tx()
461 total_packets--; in walk_tx()
471 bug_on(total_packets != 0); in walk_tx()
486 total_packets++; in walk_tx()
565 total_packets++; in __v3_walk_block()
615 total_packets, NUM_PACKETS); in walk_v3_rx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/
H A Dpsock_tpacket.c118 if (total_packets % 10 == 0) { in status_bar_update()
258 total_packets++; in walk_v1_v2_rx()
415 total_packets = NUM_PACKETS; in walk_tx()
418 while (total_packets > 0) { in walk_tx()
422 total_packets > 0) { in walk_tx()
461 total_packets--; in walk_tx()
471 bug_on(total_packets != 0); in walk_tx()
486 total_packets++; in walk_tx()
565 total_packets++; in __v3_walk_block()
615 total_packets, NUM_PACKETS); in walk_v3_rx()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/
H A Dpsock_tpacket.c118 if (total_packets % 10 == 0) { in status_bar_update()
258 total_packets++; in walk_v1_v2_rx()
415 total_packets = NUM_PACKETS; in walk_tx()
418 while (total_packets > 0) { in walk_tx()
422 total_packets > 0) { in walk_tx()
461 total_packets--; in walk_tx()
471 bug_on(total_packets != 0); in walk_tx()
486 total_packets++; in walk_tx()
565 total_packets++; in __v3_walk_block()
615 total_packets, NUM_PACKETS); in walk_v3_rx()
[all …]
/dports/multimedia/tstools/tstools-1.11/
H A Dsocktest.py63 global total_packets
86 global total_packets
87 total_packets += 1
122 global total_packets
123 total_packets = 0
202 sys.stdout.write("Total packets: %d\n"%total_packets)
H A Dsockread.py60 total_packets = 0
73 total_packets += 1
78 sys.stdout.write("Total packets: %d\n"%total_packets)
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pckbport/
H A Dsynapticsvar.h58 u_int total_packets; /* Total number of packets received */ member
59 #define SYN_TIME(sc,c) (((sc)->total_packets >= (c)) ? \
60 ((sc)->total_packets - (c)) : \
61 ((c) - (sc)->total_packets))
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h44 unsigned int total_packets, in i40e_update_tx_stats() argument
49 tx_ring->stats.packets += total_packets; in i40e_update_tx_stats()
52 tx_ring->q_vector->tx.total_packets += total_packets; in i40e_update_tx_stats()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h44 unsigned int total_packets, in i40e_update_tx_stats() argument
49 tx_ring->stats.packets += total_packets; in i40e_update_tx_stats()
52 tx_ring->q_vector->tx.total_packets += total_packets; in i40e_update_tx_stats()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h44 unsigned int total_packets, in i40e_update_tx_stats() argument
49 tx_ring->stats.packets += total_packets; in i40e_update_tx_stats()
52 tx_ring->q_vector->tx.total_packets += total_packets; in i40e_update_tx_stats()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/minolta/dimagev/
H A Dupload.c31 unsigned char total_packets= (unsigned char) 0, sent_packets= (unsigned char) 0; in dimagev_put_file() local
93 total_packets = ( size / 993 ) +1; in dimagev_put_file()
101 packet_buffer[0]= total_packets; in dimagev_put_file()
140 for ( sent_packets = (unsigned char) 1 ; sent_packets < total_packets ; sent_packets++ ) { in dimagev_put_file()
H A Ddownload.c31 int total_packets, i; in dimagev_get_picture() local
100 total_packets = (int) r->buffer[0]; in dimagev_get_picture()
103 if ( ( data = malloc((size_t)((993 * total_packets) + 1)) ) == NULL ) { in dimagev_get_picture()
114 for ( i = 0 ; i < ( total_packets -1 ) ; i++ ) { in dimagev_get_picture()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/
H A Dcisco-qfp.inc.php101 … $total_packets = $util_data[$util_oids['InTotalPps']] + $util_data[$util_oids['OutTotalPps']]; variable
103 $average_packet = $throughput / 8 / $total_packets;
110 'packets' => $total_packets,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/events/
H A Drtc_event_bwe_update_loss_based.cc17 int32_t total_packets) in RtcEventBweUpdateLossBased() argument
20 total_packets_(total_packets) {} in RtcEventBweUpdateLossBased()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/events/
H A Drtc_event_bwe_update_loss_based.cc17 int32_t total_packets) in RtcEventBweUpdateLossBased() argument
20 total_packets_(total_packets) {} in RtcEventBweUpdateLossBased()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/events/
H A Drtc_event_bwe_update_loss_based.cc17 int32_t total_packets) in RtcEventBweUpdateLossBased() argument
20 total_packets_(total_packets) {} in RtcEventBweUpdateLossBased()
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/events/
H A Drtc_event_bwe_update_loss_based.cc19 int32_t total_packets) in RtcEventBweUpdateLossBased() argument
22 total_packets_(total_packets) {} in RtcEventBweUpdateLossBased()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/events/
H A Drtc_event_bwe_update_loss_based.cc19 int32_t total_packets) in RtcEventBweUpdateLossBased() argument
22 total_packets_(total_packets) {} in RtcEventBweUpdateLossBased()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/events/
H A Drtc_event_bwe_update_loss_based.cc19 int32_t total_packets) in RtcEventBweUpdateLossBased() argument
22 total_packets_(total_packets) {} in RtcEventBweUpdateLossBased()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/events/
H A Drtc_event_bwe_update_loss_based.cc19 int32_t total_packets) in RtcEventBweUpdateLossBased() argument
22 total_packets_(total_packets) {} in RtcEventBweUpdateLossBased()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c562 while (likely(total_packets < budget)) { in fm10k_clean_rx_irq()
610 total_packets++; in fm10k_clean_rx_irq()
617 rx_ring->stats.packets += total_packets; in fm10k_clean_rx_irq()
620 q_vector->rx.total_packets += total_packets; in fm10k_clean_rx_irq()
623 return total_packets; in fm10k_clean_rx_irq()
1207 total_packets += tx_buffer->gso_segs; in fm10k_clean_tx_irq()
1264 tx_ring->stats.packets += total_packets; in fm10k_clean_tx_irq()
1267 q_vector->tx.total_packets += total_packets; in fm10k_clean_tx_irq()
1300 total_packets, total_bytes); in fm10k_clean_tx_irq()
1339 packets = ring_container->total_packets; in fm10k_update_itr()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c562 while (likely(total_packets < budget)) { in fm10k_clean_rx_irq()
610 total_packets++; in fm10k_clean_rx_irq()
617 rx_ring->stats.packets += total_packets; in fm10k_clean_rx_irq()
620 q_vector->rx.total_packets += total_packets; in fm10k_clean_rx_irq()
623 return total_packets; in fm10k_clean_rx_irq()
1207 total_packets += tx_buffer->gso_segs; in fm10k_clean_tx_irq()
1264 tx_ring->stats.packets += total_packets; in fm10k_clean_tx_irq()
1267 q_vector->tx.total_packets += total_packets; in fm10k_clean_tx_irq()
1300 total_packets, total_bytes); in fm10k_clean_tx_irq()
1339 packets = ring_container->total_packets; in fm10k_update_itr()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c562 while (likely(total_packets < budget)) { in fm10k_clean_rx_irq()
610 total_packets++; in fm10k_clean_rx_irq()
617 rx_ring->stats.packets += total_packets; in fm10k_clean_rx_irq()
620 q_vector->rx.total_packets += total_packets; in fm10k_clean_rx_irq()
623 return total_packets; in fm10k_clean_rx_irq()
1207 total_packets += tx_buffer->gso_segs; in fm10k_clean_tx_irq()
1264 tx_ring->stats.packets += total_packets; in fm10k_clean_tx_irq()
1267 q_vector->tx.total_packets += total_packets; in fm10k_clean_tx_irq()
1300 total_packets, total_bytes); in fm10k_clean_tx_irq()
1339 packets = ring_container->total_packets; in fm10k_update_itr()
[all …]
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dperf-base.c161 sfBase->total_packets = 0; in InitBaseStats()
295 sfBase->total_packets++; in UpdateBaseStats()
748 (double)((double)sfBase->total_packets / 1000) / in GetPacketsPerSecond()
751 (double)((double)sfBase->total_packets / 1000) / in GetPacketsPerSecond()
842 if(sfBase->total_packets) in GetuSecondsPerPacket()
845 (double)sfBase->total_packets; in GetuSecondsPerPacket()
847 (double)sfBase->total_packets; in GetuSecondsPerPacket()
849 (double)sfBase->total_packets; in GetuSecondsPerPacket()
851 (double)sfBase->total_packets; in GetuSecondsPerPacket()
1027 if (sfBase->total_packets > 0) in CalculateBasePerfStats()
[all …]
/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Ddisplay.c97 static uint64_t total_packets = 0; variable
231 total_packets += sum_packets;
424 pflag ? total_packets : (double)BITS(total_octets), "%.1f"),
471 (pflag ? total_packets : BITS(total_octets)) /
547 ? flows[i].total_packets
683 total_packets = 0; in display_reset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c348 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq_zc()
445 unsigned int total_packets = 0, total_bytes = 0; in ixgbe_clean_xdp_tx_irq() local
459 total_packets += tx_bi->gso_segs; in ixgbe_clean_xdp_tx_irq()
485 tx_ring->stats.packets += total_packets; in ixgbe_clean_xdp_tx_irq()
488 q_vector->tx.total_packets += total_packets; in ixgbe_clean_xdp_tx_irq()

12345678910>>...12