Searched refs:ipsid (Results 1 – 1 of 1) sorted by relevance
584 #define IPSID_REFHOLD(ipsid) { \ argument585 atomic_inc_32(&(ipsid)->ipsid_refcnt); \586 ASSERT((ipsid)->ipsid_refcnt != 0); \594 #define IPSID_REFRELE(ipsid) { \ argument596 atomic_dec_32(&(ipsid)->ipsid_refcnt); \