Searched refs:V_lagg_list_mtx (Results 1 – 1 of 1) sorted by relevance
109 #define V_lagg_list_mtx VNET(lagg_list_mtx) macro110 #define LAGG_LIST_LOCK_INIT(x) mtx_init(&V_lagg_list_mtx, \112 #define LAGG_LIST_LOCK_DESTROY(x) mtx_destroy(&V_lagg_list_mtx)113 #define LAGG_LIST_LOCK(x) mtx_lock(&V_lagg_list_mtx)114 #define LAGG_LIST_UNLOCK(x) mtx_unlock(&V_lagg_list_mtx)