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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c230 #define VIF_REFHOLD(vifp) { \
231 mutex_enter(&(vifp)->v_lock); \
232 (vifp)->v_refcnt++; \
233 mutex_exit(&(vifp)->v_lock); \
236 #define VIF_REFRELE_LOCKED(vifp) { \
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)
650 struct vif *vifp = ipst->ips_vifs + vifi; local
801 unlock_good_vif(struct vif *vifp) argument
809 lock_good_vif(struct vif *vifp) argument
837 struct vif *vifp = ipst->ips_vifs + vifcp->vifc_vifi; local
1038 del_vifp(struct vif *vifp) argument
1101 struct vif *vifp = ipst->ips_vifs + *vifip; local
1979 struct vif *vifp; local
2164 phyint_send(ipha_t *ipha, mblk_t *mp, struct vif *vifp, ipaddr_t dst) argument
2196 register_send(ipha_t *ipha, mblk_t *mp, struct vif *vifp, ipaddr_t dst) argument
2536 encap_send(ipha_t *ipha, mblk_t *mp, struct vif *vifp, ipaddr_t dst) argument
2613 struct vif *vifp; local
2827 tbf_control(struct vif *vifp, mblk_t *mp, ipha_t *ipha) argument
2934 tbf_queue(struct vif *vifp, mblk_t *mp) argument
2968 tbf_process_q(struct vif *vifp) argument
3018 struct vif *vifp = arg; local
3048 tbf_dq_sel(struct vif *vifp, ipha_t *ipha) argument
3097 tbf_send_packet(struct vif *vifp, mblk_t *mp) argument
3200 tbf_update_tokens(struct vif *vifp) argument
3244 priority(struct vif *vifp, ipha_t *ipha) argument
[all...]

Completed in 94 milliseconds