Searched defs:conn_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c574 conn_t *connp = sctp->sctp_connp;
714 conn_t *connp = sctp->sctp_connp;
789 conn_t conn_t; local
792 if (mdb_vread(&conn_t, sizeof (conn_t),
794 mdb_warn("failed to read conn_t V4");
799 mdb_nhconvert(&port, &conn_t.conn_lport, sizeof (port));
800 mdb_printf("AF_INET %I %d ", conn_t.conn_laddr_v4, port);
806 if (IPCL_IS_TCP(&conn_t)
819 conn_t conn_t; local
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h218 #define Q_TO_CONN(q) ((conn_t *)(q)->q_ptr)
251 DTRACE_PROBE1(conn__inc__ioctlref, conn_t *, (connp)); \
263 DTRACE_PROBE1(conn__dec__ioctlref, conn_t *, (connp)); \
640 * interleaving between e.g., add and delete operations for the same conn_t,
647 * such as the references from open endpoints (ill_t and conn_t's
737 typedef struct conn_s conn_t; typedef in typeref:struct:conn_s
834 * The conn drain list structure (idl_t), protected by idl_lock. Each conn_t
860 conn_t *idl_conn; /* Head of drain list */
2081 * well as inside IP. It is also used to cache information in the conn_t i.e.
2082 * replaces conn_ire and the IPsec caching in the conn_t
[all...]

Completed in 57 milliseconds