mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
36568179e3
the socket is on an accept queue of a listen socket. This change renames the flags to SQ_COMP and SQ_INCOMP, and moves them to a new state field on the socket, so_qstate, as the locking for these flags is substantially different for the locking on the remainder of the flags in so_state.