Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c455 mutex_enter(&mcip->mci_protect_lock); in check_dhcpv4_dyn_ip()
458 mutex_exit(&mcip->mci_protect_lock); in check_dhcpv4_dyn_ip()
610 mutex_enter(&mcip->mci_protect_lock); in intercept_dhcpv4_outbound()
661 mutex_exit(&mcip->mci_protect_lock); in intercept_dhcpv4_outbound()
689 mutex_enter(&mcip->mci_protect_lock); in intercept_dhcpv4_inbound()
725 mutex_exit(&mcip->mci_protect_lock); in intercept_dhcpv4_inbound()
1160 mutex_exit(&mcip->mci_protect_lock); in check_dhcpv6_dyn_ip()
1363 mutex_exit(&mcip->mci_protect_lock); in intercept_dhcpv6_outbound()
1417 mutex_exit(&mcip->mci_protect_lock); in intercept_dhcpv6_inbound()
1431 mutex_exit(&mcip->mci_protect_lock); in check_slaac_ip()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h189 kmutex_t mci_protect_lock; member