Convert the ARP packet hold queue from mbuf list to mbuf queue which
authorbluhm <bluhm@openbsd.org>
Mon, 26 Apr 2021 07:55:16 +0000 (07:55 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 26 Apr 2021 07:55:16 +0000 (07:55 +0000)
commit4e5507512067ff31d4f2118a4202dec750bff383
treeafeb333fd30f5ba1af63417b477af92e87e80e81
parent634e70801b8ac54755d948755c27e3341dca8a91
Convert the ARP packet hold queue from mbuf list to mbuf queue which
contins a mutex.  Update la_hold_total with atomic operations.
OK sashan@
sys/netinet/if_ether.c