diff options
author | 2016-01-21 03:34:05 +0000 | |
---|---|---|
committer | 2016-01-21 03:34:05 +0000 | |
commit | 5fe57d5d4f76eba9e033ec35963b1c3e40f12676 (patch) | |
tree | 026e155dff415e076c959d0b0ac860d457a22562 /sys/netinet6/ip6_input.c | |
parent | Nuke 'writable' field now that it is always in sync with 'rflag'. Since (diff) | |
download | wireguard-openbsd-5fe57d5d4f76eba9e033ec35963b1c3e40f12676.tar.xz wireguard-openbsd-5fe57d5d4f76eba9e033ec35963b1c3e40f12676.zip |
remove the arp_inuse and arp_allocated counters
we can get the same info from the arp pool:
# vmstat -m | grep -e ^arp -e ^Name
Name Size Requests Fail InUse Pgreq Pgrel Npage Hiwat Minpg Maxpg Idle
arp 56 84 0 6 1 0 1 1 0 8 0
Requests and InUse end up being the same:
# pstat -d d arp_allocated
arp_allocated at 0xffffffff81942084: 84
# pstat -d d arp_inuse
arp_inuse at 0xffffffff81942098: 6
ok bluhm@ claudio@ mpi@
Diffstat (limited to 'sys/netinet6/ip6_input.c')
0 files changed, 0 insertions, 0 deletions