Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h70 #define IPCL_FULLY_BOUND 0x00080000 /* Bound to correct squeue */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c2023 if (!(connp->conn_flags & IPCL_FULLY_BOUND)) { in tcp_input_listener_unbound()
2060 conn_flags |= IPCL_FULLY_BOUND; in tcp_input_listener_unbound()
2063 } while (!(connp->conn_flags & IPCL_FULLY_BOUND)); in tcp_input_listener_unbound()