Lines Matching refs:phyint
8625 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8631 mutex_enter(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8634 phyint->phyint_flags | PHYI_RUNNING : in ip_rput_dlpi_writer()
8635 phyint->phyint_flags & ~PHYI_RUNNING; in ip_rput_dlpi_writer()
8643 if (new_phyint_flags != phyint->phyint_flags) { in ip_rput_dlpi_writer()
8644 phyint->phyint_flags = new_phyint_flags; in ip_rput_dlpi_writer()
8647 mutex_exit(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8653 ill_restart_dad(phyint->phyint_illv4, went_up); in ip_rput_dlpi_writer()
8654 ill_restart_dad(phyint->phyint_illv6, went_up); in ip_rput_dlpi_writer()
8659 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8661 mutex_enter(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8662 phyint->phyint_flags |= PHYI_PROMISC; in ip_rput_dlpi_writer()
8663 mutex_exit(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8667 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8669 mutex_enter(&phyint->phyint_lock); in ip_rput_dlpi_writer()
8670 phyint->phyint_flags &= ~PHYI_PROMISC; in ip_rput_dlpi_writer()
8671 mutex_exit(&phyint->phyint_lock); in ip_rput_dlpi_writer()