Checking the fragment flags of an incoming IP packet does not need
authorbluhm <bluhm@openbsd.org>
Thu, 28 Jul 2022 22:05:39 +0000 (22:05 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 28 Jul 2022 22:05:39 +0000 (22:05 +0000)
commit0541ad29664165bece2a7957d02a188f9bafb73b
treead9031703d6ca3a36fbe01711b857bc5f89e3157
parent1faf76940138a13872b172f0df147a2823980d02
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@
sys/netinet/ip_input.c