Searched refs:SQ_COMP (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft_proxy.c252 KASSERT(so->so_qstate & SQ_COMP, ("accept1: so not SQ_COMP"));
265 so->so_qstate &= ~SQ_COMP;
/freebsd-11-stable/sys/kern/
H A Duipc_debug.c199 if (so_qstate & SQ_COMP) {
H A Duipc_socket.c651 so->so_qstate |= SQ_COMP;
783 (so->so_state & SS_PROTOREF) || (so->so_qstate & SQ_COMP)) {
791 KASSERT((so->so_qstate & SQ_COMP) != 0 ||
793 ("sofree: so_head != NULL, but neither SQ_COMP nor "
795 KASSERT((so->so_qstate & SQ_COMP) == 0 ||
797 ("sofree: so->so_qstate is SQ_COMP and also SQ_INCOMP"));
803 KASSERT((so->so_qstate & SQ_COMP) == 0 &&
805 ("sofree: so_head == NULL, but still SQ_COMP(%d) or SQ_INCOMP(%d)",
806 so->so_qstate & SQ_COMP, so->so_qstate & SQ_INCOMP));
908 sp->so_qstate &= ~SQ_COMP;
[all...]
H A Duipc_syscalls.c408 KASSERT(so->so_qstate & SQ_COMP, ("accept1: so not SQ_COMP"));
424 so->so_qstate &= ~SQ_COMP;
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h163 #define SQ_COMP 0x1000 /* unaccepted, complete connection */ macro
/freebsd-11-stable/sys/rpc/
H A Dsvc_vc.c339 KASSERT(so->so_qstate & SQ_COMP, ("svc_vc_accept: so not SQ_COMP"));
353 so->so_qstate &= ~SQ_COMP;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ha.c482 KASSERT(so->so_qstate & SQ_COMP, ("accept1: so not SQ_COMP"));
495 so->so_qstate &= ~SQ_COMP;
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c175 so->so_qstate &= ~SQ_COMP;
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c1222 so->so_qstate &= ~SQ_COMP;
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1441 l2so->so_qstate &= ~SQ_COMP;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1126 so->so_qstate &= ~SQ_COMP;

Completed in 184 milliseconds