created | 2024-04-27T18:29:00Z |
---|---|
begin | 2024-04-22T00:00:00Z |
end | 2024-04-23T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2024-04-22T13:30:22Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf_ioctl.c | log | diff | annotate |
src/sys/net/pf_norm.c | log | diff | annotate | |
src/sys/net/pfvar.h | log | diff | annotate | |
src/sys/net/pfvar_priv.h | log | diff | annotate | |
message |
Show pf fragment reassembly counters. Framgent count and statistics are stored in struct pf_status. From there pfctl(8) and systat(1) collect and show them. Note that pfctl -s info needs the -v switch to show fragments. As fragment reassembly has its own mutex, also grab this in pf ipctl(2) and sysctl(2) code. input claudio@; OK henning@ |