Searched refs:so_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsocketvar.h73 int so_count; /* (b) reference count */ member in struct:socket
234 ++(so)->so_count; \
240 if ((so)->so_count <= 0) \
242 if (--(so)->so_count == 0) \
/freebsd-11-stable/sys/kern/
H A Duipc_debug.c434 db_printf("so_count: %d ", so->so_count);
H A Duipc_socket.c435 KASSERT(so->so_count == 0, ("sodealloc(): so_count %d", so->so_count));
525 so->so_count = 1;
534 KASSERT(so->so_count == 1, ("socreate: so_count %d",
535 so->so_count));
536 so->so_count = 0;
762 * (so_count == 0).
782 if ((so->so_state & SS_NOFDREF) == 0 || so->so_count !
[all...]
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi.c366 sprintf(buf, "/---- socket -----/\nso_count=%d so_state=%x\n", so->so_count, so->so_state);
H A Disc_soc.c628 sdebug(2, "terminated, flags=%x so_count=%d so_state=%x error=%d proc=%p",
629 sp->flags, so->so_count, so->so_state, error, sp->proc);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1092 "%s: L2CAP connection has been terminated, so=%p, so_state=%#x, so_count=%d, " \
1094 s->l2so->so_count, s->state, s->flags);

Completed in 110 milliseconds