Home
last modified time | relevance | path

Searched refs:SS_PROTOREF (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockstate.h64 #define SS_PROTOREF 0x4000 /* strong protocol reference */ macro
H A Dsocketvar.h220 #define SS_PROTOREF 0x4000 /* strong protocol reference */ macro
/f-stack/freebsd/netinet/
H A Dtcp_timewait.c363 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()
H A Dtcp_usrreq.c1413 so->so_state |= SS_PROTOREF; in tcp_usr_abort()
1455 so->so_state |= SS_PROTOREF; in tcp_usr_close()
H A Dtcp_subr.c2129 KASSERT(so->so_state & SS_PROTOREF, in tcp_close()
2134 so->so_state &= ~SS_PROTOREF; in tcp_close()
/f-stack/freebsd/kern/
H A Duipc_debug.c189 if (so_state & SS_PROTOREF) { in db_print_sostate()
H A Duipc_socket.c1082 (so->so_state & SS_PROTOREF) || (so->so_qstate == SQ_COMP)) {
1280 KASSERT((so->so_state & SS_PROTOREF) == 0, ("soabort: SS_PROTOREF"));
/f-stack/freebsd/sys/
H A Dsocketvar.h220 #define SS_PROTOREF 0x4000 /* strong protocol reference */ macro