]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The SS_COMP and SS_INCOMP flags in the so_state field indicate whether
authorrwatson <rwatson@FreeBSD.org>
Tue, 1 Jun 2004 02:42:56 +0000 (02:42 +0000)
committerrwatson <rwatson@FreeBSD.org>
Tue, 1 Jun 2004 02:42:56 +0000 (02:42 +0000)
commitbddadcf71a191234c652f1a57c52259d99eac58d
treeb3cf202f784daea532f82c3a671eb807b9874cb0
parent7a915f30a709eb7c2e2d7f4f5f9ce5ad30818fa8
The SS_COMP and SS_INCOMP flags in the so_state field indicate whether
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.
sys/kern/uipc_sockbuf.c
sys/kern/uipc_socket.c
sys/kern/uipc_socket2.c
sys/kern/uipc_syscalls.c
sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
sys/netgraph/ng_ksocket.c
sys/sys/socketvar.h