Searched defs:NCA_COUNTER (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1725 * NCA_COUNTER() is used to add a signed long value to a unsigned long
1728 * NCA_DEBUG_COUNTER() is used like NCA_COUNTER() but for counters used
1735 * add, and new value entries for all NCA_COUNTER() and NCA_DEBUG_COUNTER()
1755 #define NCA_COUNTER(_p, _v) { \ macro
1778 #define NCA_COUNTER(p, v) atomic_add_long((p), (v)) macro

Completed in 63 milliseconds