Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_mroute.c230 #define VIF_REFHOLD(vifp) { \ argument
231 mutex_enter(&(vifp)->v_lock); \
232 (vifp)->v_refcnt++; \
233 mutex_exit(&(vifp)->v_lock); \
236 #define VIF_REFRELE_LOCKED(vifp) { \ argument
237 (vifp)->v_refcnt--; \
238 if ((vifp)->v_refcnt == 0 && \
239 ((vifp)->v_marks & VIF_MARK_CONDEMNED)) { \
240 del_vifp(vifp); \
242 mutex_exit(&(vifp)->v_lock); \
[all …]