Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstats.h634 struct statsblob { struct
654 struct statsblob *sb; /* Template schema */ argument
805 static inline struct statsblob *
813 stats_blob_clone(struct statsblob **dst, size_t dstmaxsz, struct statsblob *src, in stats_blob_clone()
822 stats_blob_destroy(struct statsblob *sb) in stats_blob_destroy()
836 stats_blob_tostr(struct statsblob *sb, struct sbuf *buf, in stats_blob_tostr()
854 stats_voistat_fetch_s64(struct statsblob *sb, int32_t voi_id, in stats_voistat_fetch_s64()
872 stats_voistat_fetch_u64(struct statsblob *sb, int32_t voi_id, in stats_voistat_fetch_u64()
890 stats_voistat_fetch_s32(struct statsblob *sb, int32_t voi_id, in stats_voistat_fetch_s32()
962 stats_blob_snapshot(struct statsblob **dst, size_t dstmaxsz, in stats_blob_snapshot()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_stats.c128 offsetof(struct statsblob, opaque),
1091 src->cursz < sizeof(struct statsblob) ||
1101 } else if (*dst == NULL || dstmaxsz < sizeof(struct statsblob)) {
1116 offsetof(struct statsblob, maxsz));
1118 copyout(src, *dst, offsetof(struct statsblob, maxsz));
1121 memcpy(*dst, src, offsetof(struct statsblob, maxsz));
1125 offsetof(struct statsblob, cursz);
1128 postcurszlen = sizeof(struct statsblob) -
1129 offsetof(struct statsblob, cursz);
1309 tpllist[tpl_id]->sb = (struct statsblob *)tpl_sb;
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2051 struct statsblob *sbp; in tcp_default_ctloutput()
2192 struct statsblob *t = tp->t_stats; in tcp_default_ctloutput()
2513 TYPEOF_MEMBER(struct statsblob, flags) sbflags = 0; in tcp_default_ctloutput()
2521 else if (outsbsz >= sizeof(struct statsblob)) in tcp_default_ctloutput()
2522 outsbsz = sizeof(struct statsblob); in tcp_default_ctloutput()
2542 SIZEOF_MEMBER(struct statsblob, flags)))) in tcp_default_ctloutput()
H A Dtcp_var.h255 struct statsblob *t_stats; /* Per-connection stats */
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h255 struct statsblob *t_stats; /* Per-connection stats */