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

Function stats_tpl_alloc

freebsd/sys/stats.h:775–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775static inline int
776stats_tpl_alloc(const char *name, uint32_t flags)
777{
778
779 return (stats_v1_tpl_alloc(name, flags));
780}
781
782static inline int
783stats_tpl_add_voistats(uint32_t tpl_id, int32_t voi_id, const char *voi_name,

Callers 1

tcp_stats_initFunction · 0.85

Calls 1

stats_v1_tpl_allocFunction · 0.85

Tested by

no test coverage detected