Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dipclassifier.c797 (connp)->conn_flags |= IPCL_REMOVED; \
844 (connp)->conn_flags |= IPCL_REMOVED; in ipcl_hash_remove_locked()
859 (connp)->conn_flags = ((connp)->conn_flags & ~IPCL_REMOVED) | \
892 (connp)->conn_flags = ((connp)->conn_flags & ~IPCL_REMOVED) | \
922 (connp)->conn_flags = ((connp)->conn_flags & ~IPCL_REMOVED) | \
/titanic_44/usr/src/uts/common/inet/
H A Dipclassifier.h93 #define IPCL_REMOVED 0x00000100 macro