OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcpstat
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/netstat/
inet.c
402
uint64_t
tcpstat
[TCP_NSTATS];
local
405
size_t size = sizeof(
tcpstat
);
407
if (prog_sysctlbyname("net.inet.tcp.stats",
tcpstat
, &size,
417
#define ps(f, m) if (
tcpstat
[f] || sflag <= 1) \
418
printf(m,
tcpstat
[f])
419
#define p(f, m) if (
tcpstat
[f] || sflag <= 1) \
420
printf(m,
tcpstat
[f], plural(
tcpstat
[f]))
421
#define p2(f1, f2, m) if (
tcpstat
[f1] ||
tcpstat
[f2] || sflag <= 1)
[
all
...]
/src/sys/dist/pf/net/
pf.c
5389
tcpstat
.tcps_outhwcsum++;
Completed in 17 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026