Home
last modified time | relevance | path

Searched refs:AGR_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net/agr/
H A Dif_agr.c412 AGR_UNLOCK(sc); in agr_start()
636 AGR_UNLOCK(sc); in agr_addport()
653 AGR_UNLOCK(sc); in agr_addport()
704 AGR_UNLOCK(sc); in agr_remport()
799 AGR_UNLOCK(sc); in agrport_cleanup()
H A Dieee8023ad_lacp.c171 AGR_UNLOCK(sc); in ieee8023ad_lacp_input()
440 AGR_UNLOCK(sc); in lacp_transit_expire()
464 AGR_UNLOCK(sc); in ieee8023ad_portfini()
H A Dif_agrtimer.c107 AGR_UNLOCK(sc); in agrtimer_work()
H A Dif_agrvar_impl.h132 #define AGR_UNLOCK(sc) agr_unlock(sc) macro