CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/28 16:05:39
Modified files:
sys/netinet : ip_input.c
Log message:
Checking the fragment flags of an incoming IP packet does not need
the mutex for the fragment list. Move this code before the critical
section. Use ISSET() to make clear which flags are checked.
OK mvs@
