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

Function fetch_stats

tools/netstat/main.c:688–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688int
689fetch_stats(const char *sysctlname, u_long off, void *stats,
690 size_t len, kreadfn_t kreadfn)
691{
692
693 return (fetch_stats_internal(sysctlname, off, stats, len, kreadfn,
694 zflag));
695}
696
697int
698fetch_stats_ro(const char *sysctlname, u_long off, void *stats,

Callers 15

ipsec_statsFunction · 0.85
ah_statsFunction · 0.85
esp_statsFunction · 0.85
ipcomp_statsFunction · 0.85
mrt6_statsFunction · 0.85
pfsync_statsFunction · 0.85
rt_statsFunction · 0.85
mrt_statsFunction · 0.85
tcp_statsFunction · 0.85
udp_statsFunction · 0.85
carp_statsFunction · 0.85
ip_statsFunction · 0.85

Calls 1

fetch_stats_internalFunction · 0.85

Tested by

no test coverage detected