Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dipclassifier.h66 #define IPCL_FULLY_BOUND 0x00080000 /* Bound to correct squeue */ macro
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c1914 if (!(connp->conn_flags & IPCL_FULLY_BOUND)) { in tcp_input_listener_unbound()
1951 conn_flags |= IPCL_FULLY_BOUND; in tcp_input_listener_unbound()
1954 } while (!(connp->conn_flags & IPCL_FULLY_BOUND)); in tcp_input_listener_unbound()