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

/freebsd-9.3-release/sys/sys/
H A Dsocketvar.h72 int so_count; /* (b) reference count */ member in struct:socket
228 ++(so)->so_count; \
234 if ((so)->so_count <= 0) \
236 if (--(so)->so_count == 0) \
/freebsd-9.3-release/sys/kern/
H A Duipc_debug.c432 db_printf("so_count: %d ", so->so_count);
H A Duipc_socket.c369 KASSERT(so->so_count == 0, ("sodealloc(): so_count %d", so->so_count));
449 so->so_count = 1;
458 KASSERT(so->so_count == 1, ("socreate: so_count %d",
459 so->so_count));
460 so->so_count = 0;
675 * (so_count == 0).
695 if ((so->so_state & SS_NOFDREF) == 0 || so->so_count !
[all...]
/freebsd-9.3-release/sys/dev/iscsi/initiator/
H A Disc_soc.c627 sdebug(2, "terminated, flags=%x so_count=%d so_state=%x error=%d proc=%p",
628 sp->flags, so->so_count, so->so_state, error, sp->proc);
H A Discsi.c366 sprintf(buf, "/---- socket -----/\nso_count=%d so_state=%x\n", so->so_count, so->so_state);
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1087 "%s: L2CAP connection has been terminated, so=%p, so_state=%#x, so_count=%d, " \
1089 s->l2so->so_count, s->state, s->flags);

Completed in 80 milliseconds