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

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h51 * nca_conn_t connf_t nca_cpu_t dcb_t hcb_t nca_if_t nca_io2_t
276 * TIME_WAIT grounded doubly linked list of nca_conn_t's awaiting TIME_WAIT
297 struct nca_conn_s *head; /* Head of nca_conn_t list */
298 struct nca_conn_s *tail; /* Tail of nca_conn_t list */
478 * NCA node_t reference counting is more complicated than nca_conn_t reference
481 * network drivers just like regular dblk buffers. Also, unlike nca_conn_t's,
778 nca_conn_t *_cp = (io) ? (nca_conn_t *)(io)->cid : (nca_conn_t *)NULL; \
1081 * by the per-bucket lock. Each nca_conn_t inserte
1418 } nca_conn_t; typedef in typeref:struct:nca_conn_s
[all...]

Completed in 69 milliseconds