Home
last modified time | relevance | path

Searched refs:voistatspec (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_stats.c102 struct voistatspec vss_sum[] = { in tcp_stats_init()
114 struct voistatspec vss_max[] = { in tcp_stats_init()
126 struct voistatspec vss_rtt[] = { in tcp_stats_init()
136 struct voistatspec vss_congsig[] = { in tcp_stats_init()
145 struct voistatspec vss_gput[] = { in tcp_stats_init()
154 struct voistatspec vss_gput_nd[] = { in tcp_stats_init()
162 struct voistatspec vss_windiff[] = { in tcp_stats_init()
170 struct voistatspec vss_acklen[] = { in tcp_stats_init()
/freebsd/sys/sys/
H A Dstats.h409 struct voistatspec;
410 typedef int (*vss_hlpr_fn)(enum vsd_dtype, struct voistatspec *,
413 struct voistatspec { struct
440 #define NVSS(vss_slots) (sizeof((vss_slots)) / sizeof(struct voistatspec)) argument
442 ((struct voistatspec){ \
714 struct voistatspec *vss, uint32_t flags);
744 struct voistatspec *vss);
745 void stats_vss_hlpr_cleanup(uint32_t nvss, struct voistatspec *vss);
746 int stats_vss_hist_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
750 int stats_vss_tdgst_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
[all …]
/freebsd/sys/kern/
H A Dsubr_stats.c666 stats_vss_hist_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
820 stats_vss_tdgst_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
869 stats_vss_numeric_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
938 struct voistatspec *vss)
952 stats_vss_hlpr_cleanup(uint32_t nvss, struct voistatspec *vss)
1223 enum vsd_dtype voi_dtype, uint32_t nvss, struct voistatspec *vss,