V_lagg_list_mtx
#define LAGG_LIST_LOCK_INIT(x) mtx_init(&V_lagg_list_mtx, \
#define LAGG_LIST_LOCK_DESTROY(x) mtx_destroy(&V_lagg_list_mtx)
#define LAGG_LIST_LOCK(x) mtx_lock(&V_lagg_list_mtx)
#define LAGG_LIST_UNLOCK(x) mtx_unlock(&V_lagg_list_mtx)