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

Function fetch_stats_ro

tools/netstat/main.c:697–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697int
698fetch_stats_ro(const char *sysctlname, u_long off, void *stats,
699 size_t len, kreadfn_t kreadfn)
700{
701
702 return (fetch_stats_internal(sysctlname, off, stats, len, kreadfn, 0));
703}
704
705/*
706 * Print out protocol statistics or control blocks (per sflag).

Callers 1

tcp_statsFunction · 0.85

Calls 1

fetch_stats_internalFunction · 0.85

Tested by

no test coverage detected