Searched refs:SS_PROTOREF (Results 1 – 8 of 8) sorted by relevance
64 #define SS_PROTOREF 0x4000 /* strong protocol reference */ macro
220 #define SS_PROTOREF 0x4000 /* strong protocol reference */ macro
363 KASSERT(so->so_state & SS_PROTOREF, in tcp_twstart()368 so->so_state &= ~SS_PROTOREF; in tcp_twstart()525 KASSERT(so->so_state & SS_PROTOREF, in tcp_twclose()527 so->so_state &= ~SS_PROTOREF; in tcp_twclose()
1413 so->so_state |= SS_PROTOREF; in tcp_usr_abort()1455 so->so_state |= SS_PROTOREF; in tcp_usr_close()
2129 KASSERT(so->so_state & SS_PROTOREF, in tcp_close()2134 so->so_state &= ~SS_PROTOREF; in tcp_close()
189 if (so_state & SS_PROTOREF) { in db_print_sostate()
1082 (so->so_state & SS_PROTOREF) || (so->so_qstate == SQ_COMP)) {1280 KASSERT((so->so_state & SS_PROTOREF) == 0, ("soabort: SS_PROTOREF"));