Lines Matching refs:phyint
8678 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8684 mutex_enter(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8687 phyint->phyint_flags | PHYI_RUNNING : in ip_rput_dlpi_writer()
8688 phyint->phyint_flags & ~PHYI_RUNNING; in ip_rput_dlpi_writer()
8696 if (new_phyint_flags != phyint->phyint_flags) { in ip_rput_dlpi_writer()
8697 phyint->phyint_flags = new_phyint_flags; in ip_rput_dlpi_writer()
8700 mutex_exit(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8706 ill_restart_dad(phyint->phyint_illv4, went_up); in ip_rput_dlpi_writer()
8707 ill_restart_dad(phyint->phyint_illv6, went_up); in ip_rput_dlpi_writer()
8712 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8714 mutex_enter(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8715 phyint->phyint_flags |= PHYI_PROMISC; in ip_rput_dlpi_writer()
8716 mutex_exit(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8720 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8722 mutex_enter(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8723 phyint->phyint_flags &= ~PHYI_PROMISC; in ip_rput_dlpi_writer()
8724 mutex_exit(&phyint->phyint_lock); in ip_rput_dlpi_writer()