CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/12 08:49:15
Modified files:
sys/netinet : ip_input.c ip_var.h
sys/netinet6 : ip6_input.c ip6_var.h
usr.bin/netstat: inet.c inet6.c
Log message:
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@
