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

/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h230 uint32_t conn_ref; /* Reference counter */ member in struct:conn_s
470 (connp)->conn_ref++; \
471 ASSERT((connp)->conn_ref != 0); \
479 (connp)->conn_ref++; \
480 ASSERT((connp)->conn_ref != 0); \
489 * is B_TRUE and conn_ref is being decremented. This is to \
492 if ((connp)->conn_ref == 0 || \
493 ((connp)->conn_ref == 1 && (connp)->conn_on_sqp)) \
495 "= %d\n", (void *)(connp), (connp)->conn_ref); \
497 (connp)->conn_ref
[all...]

Completed in 60 milliseconds