There are some places in ip and ip6 input where operations fail due
authorbluhm <bluhm@openbsd.org>
Fri, 12 Aug 2022 14:49:15 +0000 (14:49 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 12 Aug 2022 14:49:15 +0000 (14:49 +0000)
commit0b5e72a3e47bb624a17354db287e7ed8ad000885
treef10d31248b6f13b8eb78ca808e25bf1e87068990
parent4b515238dee48c80cd9fb2e28481e0de01f4bd43
There are some places in ip and ip6 input where operations fail due
to out of memory.  Use a generic idropped counter for those.
OK mvs@
sys/netinet/ip_input.c
sys/netinet/ip_var.h
sys/netinet6/ip6_input.c
sys/netinet6/ip6_var.h
usr.bin/netstat/inet.c
usr.bin/netstat/inet6.c