Searched refs:statsblob (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | stats.h | 632 struct statsblob { struct 652 struct statsblob *sb; /* Template schema */ argument 797 stats_blob_init(struct statsblob *sb, uint32_t tpl_id, uint32_t flags) in stats_blob_init() 803 static inline struct statsblob * 807 return ((struct statsblob *)stats_v1_blob_alloc(tpl_id, flags)); in stats_blob_alloc() 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() 827 stats_blob_visit(struct statsblob *sb, stats_blob_visitcb_t func, void *usrctx) in stats_blob_visit() 834 stats_blob_tostr(struct statsblob *sb, struct sbuf *buf, in stats_blob_tostr() 842 stats_voistat_fetch_dptr(struct statsblob *sb, int32_t voi_id, in stats_voistat_fetch_dptr() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 123 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/sys/netinet/ |
H A D | tcp_usrreq.c | 2028 struct statsblob *sbp; in tcp_default_ctloutput() 2228 struct statsblob *t = tp->t_stats; in tcp_default_ctloutput() 2520 TYPEOF_MEMBER(struct statsblob, flags) sbflags = 0; in tcp_default_ctloutput() 2528 else if (outsbsz >= sizeof(struct statsblob)) in tcp_default_ctloutput() 2529 outsbsz = sizeof(struct statsblob); in tcp_default_ctloutput() 2549 SIZEOF_MEMBER(struct statsblob, flags)))) in tcp_default_ctloutput()
|
H A D | tcp_var.h | 448 struct statsblob *t_stats; /* Per-connection stats */
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1299 struct statsblob *statsb; in FreeBSD_stats_print()
|