Searched refs:ipsid (Results 1 – 1 of 1) sorted by relevance
579 #define IPSID_REFHOLD(ipsid) { \ argument580 atomic_inc_32(&(ipsid)->ipsid_refcnt); \581 ASSERT((ipsid)->ipsid_refcnt != 0); \589 #define IPSID_REFRELE(ipsid) { \ argument591 atomic_dec_32(&(ipsid)->ipsid_refcnt); \