summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2016-01-21 03:34:05 +0000
committerdlg <dlg@openbsd.org>2016-01-21 03:34:05 +0000
commit5fe57d5d4f76eba9e033ec35963b1c3e40f12676 (patch)
tree026e155dff415e076c959d0b0ac860d457a22562 /sys/netinet6/ip6_input.c
parentNuke 'writable' field now that it is always in sync with 'rflag'. Since (diff)
downloadwireguard-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