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

Function stats_blob_destroy

freebsd/sys/stats.h:821–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821static inline void
822stats_blob_destroy(struct statsblob *sb)
823{
824
825 stats_v1_blob_destroy((struct statsblobv1 *)sb);
826}
827
828static inline int
829stats_blob_visit(struct statsblob *sb, stats_blob_visitcb_t func, void *usrctx)

Callers 3

tcp_discardcbFunction · 0.85
tcp_default_ctloutputFunction · 0.85

Calls 1

stats_v1_blob_destroyFunction · 0.85

Tested by

no test coverage detected