Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_stats.c105 struct voistatspec vss_sum[] = { in tcp_stats_init()
117 struct voistatspec vss_max[] = { in tcp_stats_init()
129 struct voistatspec vss_rtt[] = { in tcp_stats_init()
139 struct voistatspec vss_congsig[] = { in tcp_stats_init()
148 struct voistatspec vss_gput[] = { in tcp_stats_init()
157 struct voistatspec vss_gput_nd[] = { in tcp_stats_init()
165 struct voistatspec vss_windiff[] = { in tcp_stats_init()
173 struct voistatspec vss_acklen[] = { in tcp_stats_init()
/f-stack/freebsd/sys/
H A Dstats.h411 struct voistatspec;
412 typedef int (*vss_hlpr_fn)(enum vsd_dtype, struct voistatspec *,
415 struct voistatspec { struct
442 #define NVSS(vss_slots) (sizeof((vss_slots)) / sizeof(struct voistatspec)) argument
444 ((struct voistatspec){ \
716 struct voistatspec *vss, uint32_t flags);
746 struct voistatspec *vss);
747 void stats_vss_hlpr_cleanup(uint32_t nvss, struct voistatspec *vss);
748 int stats_vss_hist_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
752 int stats_vss_tdgst_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
[all …]
/f-stack/freebsd/kern/
H A Dsubr_stats.c671 stats_vss_hist_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
825 stats_vss_tdgst_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
874 stats_vss_numeric_hlpr(enum vsd_dtype voi_dtype, struct voistatspec *vss,
943 struct voistatspec *vss)
957 stats_vss_hlpr_cleanup(uint32_t nvss, struct voistatspec *vss)
1216 enum vsd_dtype voi_dtype, uint32_t nvss, struct voistatspec *vss,