Searched refs:SS_NOFDREF (Results 1 – 6 of 6) sorted by relevance
723 so->so_state = head->so_state | SS_NOFDREF;1080 if ((so->so_state & (SS_NOFDREF | SS_PROTOREF)) != SS_NOFDREF ||1185 KASSERT(!(so->so_state & SS_NOFDREF), ("soclose: SS_NOFDREF on enter"));1235 KASSERT((so->so_state & SS_NOFDREF) == 0, ("soclose: NOFDREF"));1236 so->so_state |= SS_NOFDREF;1278 KASSERT(so->so_state & SS_NOFDREF, ("soabort: !SS_NOFDREF"));1293 KASSERT((so->so_state & SS_NOFDREF) != 0, ("soaccept: !NOFDREF"));1294 so->so_state &= ~SS_NOFDREF;
161 if (so_state & SS_NOFDREF) { in db_print_sostate()
202 #define SS_NOFDREF 0x0001 /* no file table ref any more */ macro
2369 if ((so->so_state & SS_NOFDREF) && in tcp_do_segment()
9516 if ((so->so_state & SS_NOFDREF) && tlen) { in bbr_do_fin_wait_1()9643 if ((so->so_state & SS_NOFDREF) && tlen) { in bbr_do_closing()9756 if ((so->so_state & SS_NOFDREF) && tlen) { in bbr_do_lastack()9873 if ((so->so_state & SS_NOFDREF) && in bbr_do_fin_wait_2()
11535 if ((so->so_state & SS_NOFDREF) && tlen) { in rack_do_fin_wait_1()11662 if ((so->so_state & SS_NOFDREF) && tlen) { in rack_do_closing()11775 if ((so->so_state & SS_NOFDREF) && tlen) { in rack_do_lastack()11889 if ((so->so_state & SS_NOFDREF) && in rack_do_fin_wait_2()