Home
last modified time | relevance | path

Searched refs:packet_count (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/libpcap/testprogs/
HDselpolltest.c80 int packet_count; in main() local
249 packet_count = 0; in main()
251 (u_char *)&packet_count); in main()
261 if (status != 0 || packet_count != 0 || in main()
264 status, packet_count); in main()
311 packet_count = 0; in main()
313 (u_char *)&packet_count); in main()
323 if (status != 0 || packet_count != 0 || in main()
326 status, packet_count); in main()
332 packet_count = 0; in main()
[all …]
HDcapturetest.c115 int packet_count; in main() local
259 packet_count = 0; in main()
261 (u_char *)&packet_count); in main()
266 status, packet_count); in main()
HDthreadsignaltest.c131 int packet_count; in capture_thread_func() local
149 packet_count = 0; in capture_thread_func()
151 (u_char *)&packet_count); in capture_thread_func()
156 status, packet_count); in capture_thread_func()
/freebsd-head/usr.bin/netstat/
HDmbuf.c68 uintmax_t packet_count, packet_bytes, packet_free, packet_failures; in mbpr() local
130 packet_count = memstat_get_count(mtp); in mbpr()
200 mbuf_count + packet_count, mbuf_free + packet_free, in mbpr()
201 mbuf_count + packet_count + mbuf_free + packet_free); in mbpr()
212 packet_count, packet_free); in mbpr()
249 (packet_count * cluster_size) + /* clusters in packets */ in mbpr()
251 ((cluster_count - packet_count - packet_free) * cluster_size) + in mbpr()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp2552 uint32_t packet_count = 0; in TestPacketSpeed() local
2557 ++packet_count; in TestPacketSpeed()
2565 ((float)packet_count) / duration<float>(total_time).count(); in TestPacketSpeed()
2566 const auto average_per_packet = packet_count > 0 in TestPacketSpeed()
2567 ? total_time / packet_count in TestPacketSpeed()
2580 send_size, recv_size, packet_count, k_recv_amount_mb, in TestPacketSpeed()
/freebsd-head/sys/contrib/dev/rtw88/
HDmain.h1673 u32 packet_count; member
HDphy.c648 cfo->packet_count++; in rtw_phy_parsing_cfo_iter()
HDrtw8822c.c4334 if (cfo->packet_count == cfo->packet_count_pre) in rtw8822c_cfo_track()
4337 cfo->packet_count_pre = cfo->packet_count; in rtw8822c_cfo_track()
/freebsd-head/sys/contrib/dev/rtw89/
HDphy.c4615 cfo->packet_count = 0; in rtw89_phy_cfo_statistics_reset()
4635 if (cfo->packet_count == 0) { in rtw89_phy_cfo_dm()
4639 if (cfo->packet_count == cfo->packet_count_pre) { in rtw89_phy_cfo_dm()
4779 cfo->packet_count++; in rtw89_phy_cfo_parse()
HDcore.h5102 u32 packet_count; member