Home
last modified time | relevance | path

Searched refs:statsblob (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dstats.h632 struct statsblob { struct
652 struct statsblob *sb; /* Template schema */ argument
803 static inline struct statsblob *
811 stats_blob_clone(struct statsblob **dst, size_t dstmaxsz, struct statsblob *src, in stats_blob_clone()
820 stats_blob_destroy(struct statsblob *sb) in stats_blob_destroy()
834 stats_blob_tostr(struct statsblob *sb, struct sbuf *buf, in stats_blob_tostr()
852 stats_voistat_fetch_s64(struct statsblob *sb, int32_t voi_id, in stats_voistat_fetch_s64()
870 stats_voistat_fetch_u64(struct statsblob *sb, int32_t voi_id, in stats_voistat_fetch_u64()
888 stats_voistat_fetch_s32(struct statsblob *sb, int32_t voi_id, in stats_voistat_fetch_s32()
960 stats_blob_snapshot(struct statsblob **dst, size_t dstmaxsz, in stats_blob_snapshot()
[all …]
/freebsd/sys/netinet/
H A Dtcp_usrreq.c2018 struct statsblob *sbp; in tcp_default_ctloutput()
2218 struct statsblob *t = tp->t_stats; in tcp_default_ctloutput()
2510 TYPEOF_MEMBER(struct statsblob, flags) sbflags = 0; in tcp_default_ctloutput()
2518 else if (outsbsz >= sizeof(struct statsblob)) in tcp_default_ctloutput()
2519 outsbsz = sizeof(struct statsblob); in tcp_default_ctloutput()
2539 SIZEOF_MEMBER(struct statsblob, flags)))) in tcp_default_ctloutput()
H A Dtcp_var.h448 struct statsblob *t_stats; /* Per-connection stats */
/freebsd/sys/kern/
H A Dsubr_stats.c123 offsetof(struct statsblob, opaque),
1086 src->cursz < sizeof(struct statsblob) ||
1096 } else if (*dst == NULL || dstmaxsz < sizeof(struct statsblob)) {
1111 offsetof(struct statsblob, maxsz));
1114 offsetof(struct statsblob, maxsz));
1117 memcpy(*dst, src, offsetof(struct statsblob, maxsz));
1126 offsetof(struct statsblob, cursz);
1129 postcurszlen = sizeof(struct statsblob) -
1130 offsetof(struct statsblob, cursz);
1316 tpllist[tpl_id]->sb = (struct statsblob *)tpl_sb;
/freebsd/contrib/netcat/
H A Dnetcat.c1292 struct statsblob *statsb; in FreeBSD_stats_print()