Home
last modified time | relevance | path

Searched refs:packets_sent (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/dev/ath/ath_rate/sample/
H A Dsample.h102 int packets_sent[NUM_PACKET_SIZE_BINS]; member
H A Dsample.c769 if (!sn->packets_sent[size_bin] || best_rix == -1) { in ath_rate_findrate()
778 } else if (sn->packets_sent[size_bin] < 20) { in ath_rate_findrate()
885 sn->packets_sent[size_bin]++; in ath_rate_findrate()
1371 sn->packets_sent[y] = 0; in ath_rate_ctl_reset()
1541 sn->packets_sent[y]); in sample_stats()
/freebsd-14.2/tools/tools/ath/athratestats/
H A Dmain.c138 sn->packets_sent[y]); in ath_sample_stats()
/freebsd-14.2/contrib/ntp/include/
H A Dntpd.h417 extern u_long packets_sent; /* total number of packets sent */
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_io.c166 u_long packets_sent; /* total number of packets sent */ variable
3266 packets_sent++;
4419 packets_sent = 0;
H A Dntp_request.c1217 io->sent = htonl((u_int32)packets_sent); in io_stats()
H A Dntp_control.c2471 ctl_putuint(sys_var[varid].text, packets_sent); in ctl_putsys()