Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c235 #define VIF_REFHOLD(vifp) { \ argument
236 mutex_enter(&(vifp)->v_lock); \
237 (vifp)->v_refcnt++; \
238 mutex_exit(&(vifp)->v_lock); \
241 #define VIF_REFRELE_LOCKED(vifp) { \ argument
242 (vifp)->v_refcnt--; \
243 if ((vifp)->v_refcnt == 0 && \
244 ((vifp)->v_marks & VIF_MARK_CONDEMNED)) { \
245 del_vifp(vifp); \
247 mutex_exit(&(vifp)->v_lock); \
[all …]