MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stats_blob_alloc

Function stats_blob_alloc

freebsd/sys/stats.h:805–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805static inline struct statsblob *
806stats_blob_alloc(uint32_t tpl_id, uint32_t flags)
807{
808
809 return ((struct statsblob *)stats_v1_blob_alloc(tpl_id, flags));
810}
811
812static inline int
813stats_blob_clone(struct statsblob **dst, size_t dstmaxsz, struct statsblob *src,

Callers 3

tcp_newtcpcbFunction · 0.85
tcp_default_ctloutputFunction · 0.85

Calls 1

stats_v1_blob_allocFunction · 0.85

Tested by

no test coverage detected