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

/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h126 typedef struct connf_s connf_t; typedef in typeref:struct:connf_s
317 connf_t *conn_g_fanout; /* Global Hash bucket head */
323 connf_t *conn_fanout; /* Hash bucket we're part of */
455 * connf_t - connection fanout data.
459 * points back at the connf_t that heads the bucket.
686 void ipcl_hash_insert_wildcard(connf_t *, conn_t *);
688 void ipcl_hash_remove_locked(conn_t *connp, connf_t *connfp);
696 extern conn_t *ipcl_get_next_conn(connf_t *, conn_t *, uint32_t);
/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
1078 * connf_t - connection fanout data.
1082 * the connf_t that heads the bucket.
1089 } connf_t; typedef in typeref:struct:connf_s
1159 connf_t *hashfanout; /* Hash bucket we're part of */

Completed in 52 milliseconds