Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc.h133 CC_SIGPRIVMASK = 0xFF000000 /* Mask to check if sig is private. */ enumerator
H A Dcc.c476 KASSERT((type & CC_SIGPRIVMASK) == 0, in newreno_cc_cong_signal()
H A Dcc_newreno.c390 KASSERT((type & CC_SIGPRIVMASK) == 0, in newreno_cong_signal()