Home
last modified time | relevance | path

Searched refs:IPCL_CL_LISTENER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c759 ASSERT((connp->conn_flags & IPCL_CL_LISTENER) != 0); in ipcl_conn_unlisten()
776 connp->conn_flags &= ~IPCL_CL_LISTENER; in ipcl_conn_unlisten()
801 if (((connp)->conn_flags & IPCL_CL_LISTENER) != 0) \
834 ASSERT((connp->conn_flags & IPCL_CL_LISTENER) == 0); in ipcl_hash_remove_locked()
1231 connp->conn_flags |= IPCL_CL_LISTENER; in ipcl_bind_insert_v4()
1305 connp->conn_flags |= IPCL_CL_LISTENER; in ipcl_bind_insert_v6()
/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h74 #define IPCL_CL_LISTENER 0x00800000 /* Cluster listener */ macro