Home
last modified time | relevance | path

Searched refs:so_qstate (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c258 (so->so_state & SS_PROTOREF) || (so->so_qstate & SQ_COMP)) { in sofree()
265 KASSERT((so->so_qstate & SQ_COMP) != 0 || in sofree()
266 (so->so_qstate & SQ_INCOMP) != 0, in sofree()
269 KASSERT((so->so_qstate & SQ_COMP) == 0 || in sofree()
270 (so->so_qstate & SQ_INCOMP) == 0, in sofree()
274 so->so_qstate &= ~SQ_INCOMP; in sofree()
277 KASSERT((so->so_qstate & SQ_COMP) == 0 && in sofree()
278 (so->so_qstate & SQ_INCOMP) == 0, in sofree()
280 so->so_qstate & SQ_COMP, so->so_qstate & SQ_INCOMP)); in sofree()
432 if (head != NULL && (so->so_qstate & SQ_INCOMP)) { in soisconnected()
[all …]
Duser_socketvar.h133 int so_qstate; /* (e) internal state flags SQ_* */ member