Symbol: statsblob
sys/kern/subr_stats.c
1086
src->cursz < sizeof(struct statsblob) ||
sys/kern/subr_stats.c
1096
} else if (*dst == NULL || dstmaxsz < sizeof(struct statsblob)) {
sys/kern/subr_stats.c
1111
offsetof(struct statsblob, maxsz));
sys/kern/subr_stats.c
1114
offsetof(struct statsblob, maxsz));
sys/kern/subr_stats.c
1117
memcpy(*dst, src, offsetof(struct statsblob, maxsz));
sys/kern/subr_stats.c
1126
offsetof(struct statsblob, cursz);
sys/kern/subr_stats.c
1129
postcurszlen = sizeof(struct statsblob) -
sys/kern/subr_stats.c
1130
offsetof(struct statsblob, cursz);
sys/kern/subr_stats.c
123
offsetof(struct statsblob, opaque),
sys/kern/subr_stats.c
1316
tpllist[tpl_id]->sb = (struct statsblob *)tpl_sb;
sys/netinet/tcp_usrreq.c
1977
struct statsblob *sbp;
sys/netinet/tcp_usrreq.c
2177
struct statsblob *t = tp->t_stats;
sys/netinet/tcp_usrreq.c
2449
TYPEOF_MEMBER(struct statsblob, flags) sbflags = 0;
sys/netinet/tcp_usrreq.c
2457
else if (outsbsz >= sizeof(struct statsblob))
sys/netinet/tcp_usrreq.c
2458
outsbsz = sizeof(struct statsblob);
sys/netinet/tcp_usrreq.c
2478
SIZEOF_MEMBER(struct statsblob, flags))))
sys/netinet/tcp_var.h
448
struct statsblob *t_stats; /* Per-connection stats */
sys/sys/stats.h
1011
stats_voi_update_rel_u32(struct statsblob *sb, int32_t voi_id, uint32_t voival)
sys/sys/stats.h
1025
stats_voi_update_abs_s64(struct statsblob *sb, int32_t voi_id, int64_t voival)
sys/sys/stats.h
1039
stats_voi_update_rel_s64(struct statsblob *sb, int32_t voi_id, int64_t voival)
sys/sys/stats.h
1053
stats_voi_update_abs_u64(struct statsblob *sb, int32_t voi_id, uint64_t voival)
sys/sys/stats.h
1067
stats_voi_update_rel_u64(struct statsblob *sb, int32_t voi_id, uint64_t voival)
sys/sys/stats.h
1081
stats_voi_update_abs_slong(struct statsblob *sb, int32_t voi_id, long voival)
sys/sys/stats.h
1095
stats_voi_update_rel_slong(struct statsblob *sb, int32_t voi_id, long voival)
sys/sys/stats.h
1109
stats_voi_update_abs_ulong(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
1124
stats_voi_update_rel_ulong(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
1139
stats_voi_update_abs_sq32(struct statsblob *sb, int32_t voi_id, s32q_t voival)
sys/sys/stats.h
1153
stats_voi_update_rel_sq32(struct statsblob *sb, int32_t voi_id, s32q_t voival)
sys/sys/stats.h
1167
stats_voi_update_abs_uq32(struct statsblob *sb, int32_t voi_id, u32q_t voival)
sys/sys/stats.h
1181
stats_voi_update_rel_uq32(struct statsblob *sb, int32_t voi_id, u32q_t voival)
sys/sys/stats.h
1195
stats_voi_update_abs_sq64(struct statsblob *sb, int32_t voi_id, s64q_t voival)
sys/sys/stats.h
1209
stats_voi_update_rel_sq64(struct statsblob *sb, int32_t voi_id, s64q_t voival)
sys/sys/stats.h
1223
stats_voi_update_abs_uq64(struct statsblob *sb, int32_t voi_id, u64q_t voival)
sys/sys/stats.h
1237
stats_voi_update_rel_uq64(struct statsblob *sb, int32_t voi_id, u64q_t voival)
sys/sys/stats.h
652
struct statsblob *sb; /* Template schema */
sys/sys/stats.h
797
stats_blob_init(struct statsblob *sb, uint32_t tpl_id, uint32_t flags)
sys/sys/stats.h
803
static inline struct statsblob *
sys/sys/stats.h
807
return ((struct statsblob *)stats_v1_blob_alloc(tpl_id, flags));
sys/sys/stats.h
811
stats_blob_clone(struct statsblob **dst, size_t dstmaxsz, struct statsblob *src,
sys/sys/stats.h
820
stats_blob_destroy(struct statsblob *sb)
sys/sys/stats.h
827
stats_blob_visit(struct statsblob *sb, stats_blob_visitcb_t func, void *usrctx)
sys/sys/stats.h
834
stats_blob_tostr(struct statsblob *sb, struct sbuf *buf,
sys/sys/stats.h
842
stats_voistat_fetch_dptr(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
852
stats_voistat_fetch_s64(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
870
stats_voistat_fetch_u64(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
888
stats_voistat_fetch_s32(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
906
stats_voistat_fetch_u32(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
924
stats_voistat_fetch_slong(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
942
stats_voistat_fetch_ulong(struct statsblob *sb, int32_t voi_id,
sys/sys/stats.h
960
stats_blob_snapshot(struct statsblob **dst, size_t dstmaxsz,
sys/sys/stats.h
961
struct statsblob *src, uint32_t flags)
sys/sys/stats.h
969
stats_voi_update_abs_s32(struct statsblob *sb, int32_t voi_id, int32_t voival)
sys/sys/stats.h
983
stats_voi_update_rel_s32(struct statsblob *sb, int32_t voi_id, int32_t voival)
sys/sys/stats.h
997
stats_voi_update_abs_u32(struct statsblob *sb, int32_t voi_id, uint32_t voival)