Searched refs:packet_count (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libpcap/testprogs/ |
H A D | selpolltest.c | 80 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 …]
|
H A D | capturetest.c | 115 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()
|
H A D | threadsignaltest.c | 131 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/usr.bin/netstat/ |
H A D | mbuf.c | 68 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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 2552 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/sys/contrib/dev/rtw89/ |
H A D | phy.c | 4145 cfo->packet_count = 0; in rtw89_phy_dig_dyn_pd_th() 4165 if (cfo->packet_count == 0) { in rtw89_phy_dig_dyn_pd_th() 4169 if (cfo->packet_count == cfo->packet_count_pre) { in rtw89_phy_dig_dyn_pd_th() 4309 cfo->packet_count++;
|
H A D | core.h | 4900 u32 packet_count; 3992 u32 packet_count; global() member
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | main.h | 1662 u32 packet_count; 1651 u32 packet_count; global() member
|
H A D | phy.c | 638 cfo->packet_count++; in rtw_phy_parsing_cfo_iter()
|
H A D | rtw8822c.c | 4372 if (cfo->packet_count == cfo->packet_count_pre) in rtw8822c_cfo_track() 4375 cfo->packet_count_pre = cfo->packet_count; in rtw8822c_cfo_track()
|