Home
last modified time | relevance | path

Searched refs:CC_SIGPRIVMASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dcc.h170 #define CC_SIGPRIVMASK 0xFF000000 /* Mask to check if sig is private. */ macro
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_sunreno.c153 ASSERT((type & CC_SIGPRIVMASK) == 0); in sunreno_cong_signal()
H A Dcc_newreno.c226 ASSERT((type & CC_SIGPRIVMASK) == 0); in newreno_cong_signal()