Searched refs:fetch_stats (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/usr.bin/netstat/ |
| H A D | ipsec.c | 203 if (fetch_stats("net.inet6.ipsec6.ipsecstats", off,&ipsecstat, in ipsec_stats() 208 if (fetch_stats("net.inet.ipsec.ipsecstats", off, &ipsecstat, in ipsec_stats() 313 if (fetch_stats("net.inet.ah.stats", off, &ahstat, in ah_stats() 373 if (fetch_stats("net.inet.esp.stats", off, &espstat, in esp_stats() 431 if (fetch_stats("net.inet.ipcomp.stats", off, &ipcompstat, in ipcomp_stats()
|
| H A D | inet.c | 594 if (fetch_stats("net.inet.tcp.stats", off, &tcpstat, in tcp_stats() 918 if (fetch_stats("net.inet.udp.stats", off, &udpstat, in udp_stats() 975 if (fetch_stats("net.inet.carp.stats", off, &carpstat, in carp_stats() 1030 if (fetch_stats("net.inet.ip.stats", off, &ipstat, in ip_stats() 1115 if (fetch_stats("net.link.ether.arp.stats", off, &arpstat, in arp_stats() 1203 if (fetch_stats("net.inet.icmp.stats", off, &icmpstat, in icmp_stats() 1308 if (fetch_stats("net.inet.igmp.stats", 0, &igmpstat, in igmp_stats() 1320 error = fetch_stats("net.inet.igmp.stats", 0, &igmpstat, in igmp_stats() 1394 if (fetch_stats("net.inet.pim.stats", off, &pimstat, in pim_stats() 1442 if (fetch_stats("net.inet.divert.stats", off, &divstat, in divert_stats()
|
| H A D | inet6.c | 362 if (fetch_stats("net.inet6.ip6.stats", off, &ip6stat, in ip6_stats() 951 if (fetch_stats("net.inet6.icmp6.stats", off, &icmp6stat, in icmp6_stats() 1191 if (fetch_stats("net.inet6.pim.stats", off, &pim6stat, in pim6_stats() 1228 if (fetch_stats("net.inet6.ip6.rip6stats", off, &rip6stat, in rip6_stats()
|
| H A D | netstat.h | 71 int fetch_stats(const char *, u_long, void *, size_t, kreadfn_t);
|
| H A D | mroute6.c | 235 if (fetch_stats("net.inet6.ip6.mrt6stat", 0, &mrtstat, in mrt6_stats()
|
| H A D | mbuf.c | 325 if (fetch_stats("kern.ipc.sfstat", mbaddr, &sfstat, sizeof(sfstat), in mbpr()
|
| H A D | mroute.c | 419 if (fetch_stats("net.inet.ip.mrtstat", mstaddr, &mrtstat, in mrt_stats()
|
| H A D | sctp.c | 586 if (fetch_stats("net.inet.sctp.stats", off, &sctpstat, in sctp_stats()
|
| H A D | main.c | 646 fetch_stats(const char *sysctlname, u_long off, void *stats, in fetch_stats() function
|
| H A D | if.c | 142 if (fetch_stats("net.pfsync.stats", off, &pfsyncstat, in pfsync_stats()
|