Symbol: voistatspec
sys/kern/subr_stats.c
1223
enum vsd_dtype voi_dtype, uint32_t nvss, struct voistatspec *vss,
sys/kern/subr_stats.c
666
stats_vss_hist_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
sys/kern/subr_stats.c
820
stats_vss_tdgst_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
sys/kern/subr_stats.c
869
stats_vss_numeric_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
sys/kern/subr_stats.c
938
struct voistatspec *vss)
sys/kern/subr_stats.c
952
stats_vss_hlpr_cleanup(uint32_t nvss, struct voistatspec *vss)
sys/netinet/tcp_stats.c
102
struct voistatspec vss_sum[] = {
sys/netinet/tcp_stats.c
114
struct voistatspec vss_max[] = {
sys/netinet/tcp_stats.c
126
struct voistatspec vss_rtt[] = {
sys/netinet/tcp_stats.c
136
struct voistatspec vss_congsig[] = {
sys/netinet/tcp_stats.c
145
struct voistatspec vss_gput[] = {
sys/netinet/tcp_stats.c
154
struct voistatspec vss_gput_nd[] = {
sys/netinet/tcp_stats.c
162
struct voistatspec vss_windiff[] = {
sys/netinet/tcp_stats.c
170
struct voistatspec vss_acklen[] = {
sys/sys/stats.h
409
struct voistatspec;
sys/sys/stats.h
410
typedef int (*vss_hlpr_fn)(enum vsd_dtype, struct voistatspec *,
sys/sys/stats.h
440
#define NVSS(vss_slots) (sizeof((vss_slots)) / sizeof(struct voistatspec))
sys/sys/stats.h
442
((struct voistatspec){ \
sys/sys/stats.h
714
struct voistatspec *vss, uint32_t flags);
sys/sys/stats.h
744
struct voistatspec *vss);
sys/sys/stats.h
745
void stats_vss_hlpr_cleanup(uint32_t nvss, struct voistatspec *vss);
sys/sys/stats.h
746
int stats_vss_hist_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
sys/sys/stats.h
748
int stats_vss_numeric_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
sys/sys/stats.h
750
int stats_vss_tdgst_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
sys/sys/stats.h
782
enum vsd_dtype voi_dtype, uint32_t nvss, struct voistatspec *vss,