Home
last modified time | relevance | path

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

/NextBSD/sys/security/mac/
HDmac_net.c306 MAC_IFNET_UNLOCK(ifp); in mac_ifnet_create()
346 MAC_IFNET_UNLOCK(ifp); in mac_ifnet_create_mbuf()
367 MAC_IFNET_UNLOCK(ifp); in mac_bpfdesc_check_receive()
392 MAC_IFNET_UNLOCK(ifp); in mac_ifnet_check_transmit()
428 MAC_IFNET_UNLOCK(ifp); in mac_ifnet_ioctl_get()
490 MAC_IFNET_UNLOCK(ifp); in mac_ifnet_ioctl_set()
497 MAC_IFNET_UNLOCK(ifp); in mac_ifnet_ioctl_set()
HDmac_inet.c278 MAC_IFNET_UNLOCK(ifp); in mac_netinet_arp_send()
322 MAC_IFNET_UNLOCK(ifp); in mac_netinet_igmp_send()
HDmac_internal.h216 #define MAC_IFNET_UNLOCK(ifp) mtx_unlock(&mac_ifnet_mtx) macro